Start main loop
This commit is contained in:
parent
ee15824329
commit
e21d5b7825
5 changed files with 86 additions and 24 deletions
|
@ -42,6 +42,7 @@ uint8_t LCR_keyPressed(uint8_t key)
|
|||
|
||||
void LCR_sleep(uint16_t timeMs)
|
||||
{
|
||||
usleep(timeMs * 1000);
|
||||
}
|
||||
|
||||
void LCR_drawPixel(unsigned int x, unsigned int y, uint_fast16_t color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue