#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/game_timer.h" // #include "drivers/speaker.h" // #include "drivers/char_lcd.h" // #include "drivers/leds.h" // #include "drivers/power.h" #include "char_lcd.h" #include "drivers/bottom_half.h" #include "sd.h" void init_drivers(); #endif /* ALL_H */