lots of stuff

This commit is contained in:
2025-08-26 16:10:47 -05:00
parent 372e4941a2
commit bbc9d6ae91
27 changed files with 1193 additions and 147 deletions

View File

@@ -418,7 +418,7 @@ void Power_Down()
if (flasher)
{
LCD_Clear();
Display_USB();
//Display_USB();
count_down = 0;
LCD_Update();
}
@@ -833,3 +833,8 @@ void delayms(uint32_t msec)
{
stimer_delay(msec);
}
bool isUsbConnected(void)
{
return GPIO_READ(PIN_VBUS);
}