embedded-trainings-2020/advanced/common/consts/src/lib.rs

5 lines
109 B
Rust
Raw Normal View History

2020-06-09 09:52:27 +00:00
#![no_std]
// using the "working" IDs of nRF board
pub const VID: u16 = 0x1366;
pub const PID: u16 = 0x1015;