ACS acs
Definition: main.c:25
ACS Firmware Documentation
Attitude Control System Capstone 2018 for OreSat
|
Go to the source code of this file.
Functions | |
static void | app_init (void) |
Application initialization section. More... | |
static void | app_main (void) |
main appliction section More... | |
int | main (void) |
main More... | |
Variables | |
ACS | acs = {} |
static SerialConfig | ser_cfg |
|
static |
Application initialization section.
initialization of CAN resources for sending and receiving. registers two 8-byte uint8_t arrays with the CAN bus. these are shared resources between the ACS and the CAN bus
serial output for debugging
|
static |
int main | ( | void | ) |
ACS acs = {} |
|
static |