1
0
forked from me/IronOS

Bitbang I2C setup + detect test

This commit is contained in:
Ben V. Brown
2020-06-12 21:10:03 +10:00
parent 450ce17935
commit 34ae57ee58
15 changed files with 1435 additions and 1630 deletions

View File

@@ -47,8 +47,10 @@ void reboot();
// If the user has programmed in a bootup logo, draw it to the screen from flash
// Returns 1 if the logo was printed so that the unit waits for the timeout or button
uint8_t showBootLogoIfavailable();
//delay wrapper for delay using the hardware timer (used before RTOS)
void delay_ms(uint16_t count);
//Used to allow knowledge of if usb_pd is being used
uint8_t usb_pd_detect();
#ifdef __cplusplus
}
#endif