embedded-trainings-2020/advanced/common/consts/src/lib.rs
2023-06-21 14:49:14 -04:00

5 lines
109 B
Rust

#![no_std]
// using the "working" IDs of nRF board
pub const VID: u16 = 0x1366;
pub const PID: u16 = 0x1015;