v0.1 board believed to be reading Vbat, Pressure, and X/Y/Z correctly now,
[fw/openalt] / cpu / cpu.h
1 #ifndef _CPU_H_
2 #define _CPU_H_
3
4 void cpuSetupHardware (void);
5 void cpuPLLDisable (void);
6 void cpuT1Disable (void);
7 void cpuGPIOInitialize (void);
8 void cpuToggleLED (unsigned portBASE_TYPE uxLED);
9
10 #endif