UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
test.c File Reference

Go to the source code of this file.

Functions

int main (void)
 Runs all module tests. More...
 
void buffer_print_dec (uint8_t *buffer, uint32_t length)
 
void buffer_print_hex (uint8_t *buffer, uint32_t length)
 
void buffer_print_bin (uint8_t *buffer, uint32_t length)
 

Detailed Description

This file contains the main function for the module tests.

Author
Phil Crump

Definition in file test.c.

Function Documentation

int main ( void  )

Runs all module tests.

Returns
0 if all tests were successful, -1 otherwise.

=0x10000; // store it here

Definition at line 19 of file test.c.