embedded-trainings-2020/advanced/common/consts/src/lib.rs
Jorge Aparicio fcf0e310ab - rework RTIC resources section in the adv. material
- change the USB PID so it matches the date of the workshop
2020-06-16 10:21:25 +02:00

5 lines
70 B
Rust

#![no_std]
pub const VID: u16 = 0x2020;
pub const PID: u16 = 0x0717;