Refactored discovery, to use new project structure. Almost ready.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
bool ll_system_init();
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool ll_tft_init();
|
||||
void ll_tft_clear(uint16_t color);
|
||||
|
||||
Reference in New Issue
Block a user