mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
All OK, now I need to make proper protocol
This commit is contained in:
@@ -53,6 +53,7 @@ int main(void){
|
||||
if(Tms - ctr > 499){
|
||||
ctr = Tms;
|
||||
pin_toggle(GPIOB, 1 << 1 | 1 << 0); // toggle LED @ PB0
|
||||
USB_sendstr(CMD_IDX, "1");
|
||||
//DBGmesg(u2str(Tms));
|
||||
//DBGnl();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user