22 lines
412 B
C
22 lines
412 B
C
#ifndef ALL_H
|
|
#define ALL_H
|
|
|
|
// #include "driver/uart.h"
|
|
// #include "driver/i2c.h"
|
|
// #include "drivers/tft.h"
|
|
// #include "drivers/wires.h"
|
|
// #include "drivers/sd.h"
|
|
// #include "drivers/char_lcd.h"
|
|
// #include "drivers/leds.h"
|
|
// #include "drivers/power.h"
|
|
|
|
|
|
#include "char_lcd.h"
|
|
#include "bottom_half.h"
|
|
#include "sd.h"
|
|
#include "speaker.h"
|
|
#include "game_timer.h"
|
|
|
|
void init_drivers();
|
|
|
|
#endif /* ALL_H */ |