lots of stuff
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user