UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
Files | Functions
Eps

EPS Hardware Driver. More...

Files

file  eps.c
 

Functions

void EPS_init (void)
 
bool EPS_selfTest (void)
 
bool EPS_getBatteryVoltage (uint16_t *voltage)
 

Detailed Description

EPS Hardware Driver.

Function Documentation

void EPS_init ( void  )

Initialise EPS Communication

Definition at line 95 of file eps.c.

bool EPS_selfTest ( void  )

Verify EPS Communication

Returns
bool True if communication is successful, False else.

Definition at line 100 of file eps.c.

bool EPS_getBatteryVoltage ( uint16_t *  voltage)

Read Battery Voltage

uint16_t* Pointer to store result.

Returns
bool True if transaction is successful, False else.

Definition at line 109 of file eps.c.