UoS³ Flight Computer Firmware
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Groups
Pages
src
board
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__ */
EPS_getBatteryVoltage
bool EPS_getBatteryVoltage(uint16_t *voltage)
Definition:
eps.c:109
EPS_selfTest
bool EPS_selfTest(void)
Definition:
eps.c:100
EPS_init
void EPS_init(void)
Definition:
eps.c:95
Generated by
1.8.6