Use new LED pins

This commit is contained in:
fruchti 2021-04-04 20:52:15 +02:00
parent 64a01bef05
commit a900c9481d
6 changed files with 46 additions and 15 deletions

View file

@ -40,7 +40,7 @@ int main(void)
USB_Init();
Output_Init();
LED_ON();
LED_On(LED_Orange);
// uint8_t buffer[32];
for(;;)