mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
13 lines
172 B
C
13 lines
172 B
C
#include <stdint.h>
|
|
#include <ion.h>
|
|
|
|
void ion_set_pixel(uint16_t x, uint16_t y, uint8_t color) {
|
|
}
|
|
|
|
bool ion_key_down(ion_key_t key) {
|
|
return 0;
|
|
}
|
|
|
|
void ion_sleep() {
|
|
}
|