UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
eps.h
1 
11 #ifndef __EPS_H__
12 #define __EPS_H__
13 
14 #include <stddef.h>
15 #include <stdint.h>
16 #include <stdbool.h>
17 
25 void EPS_init(void);
26 
35 bool EPS_selfTest(void);
36 
47 bool EPS_getBatteryVoltage(uint16_t *voltage);
48 
49 #endif /* __EPS_H__ */
bool EPS_getBatteryVoltage(uint16_t *voltage)
Definition: eps.c:109
bool EPS_selfTest(void)
Definition: eps.c:100
void EPS_init(void)
Definition: eps.c:95