blk_box_tc/main/drivers/all.h

20 lines
337 B
C

#ifndef ALL_H
#define ALL_H
#include "bottom_half.h"
#include "char_lcd.h"
#include "game_timer.h"
#include "i2c.h"
#include "leds.h"
#include "power.h"
#include "sd.h"
#include "speaker.h"
#include "sseg.h"
#include "star_code.h"
#include "state_tracking.h"
#include "tft.h"
#include "wires.h"
void init_drivers();
#endif /* ALL_H */