20 lines
336 B
C
20 lines
336 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 "starcode.h"
|
|
#include "state_tracking.h"
|
|
#include "tft.h"
|
|
#include "wires.h"
|
|
|
|
void init_drivers();
|
|
|
|
#endif /* ALL_H */ |