embedded-trainings-2020/advanced/common/consts/src/lib.rs
Jorge Aparicio 75f41a47c4 - remove outdated notes
- VS: you can open more than one folder in the same VS workspace
- current folder in VS code needs to be set to beginner/apps for "Run" to appear
- rename `lsusb` to `usb-list`
- recommend `usb-list` over `lsusb`
- make `serial-term` behave like `screen`
2020-06-12 11:45:57 +02:00

5 lines
70 B
Rust

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