Contains struct declarations for ADC.c and battery.c.
These are also used in the Master, and have therefore been put in a separate file for convenience.
Definition in file structs.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | ADC_Status_struct |
| Holds ADC-status and samples. More... | |
| struct | Batteries_struct |
| Holds status and various data for a battery. More... | |
| struct | Battery_struct |
| Holds control data for a battery. More... | |
Typedefs | |
| typedef ADC_Status_struct | ADC_Status_t |
| For convenience. | |
| typedef Batteries_struct | Batteries_t |
| For convenience. | |
| typedef Battery_struct | Battery_t |
| For convenience. | |
| typedef struct ADC_Status_struct ADC_Status_t |
| typedef struct Batteries_struct Batteries_t |
| typedef struct Battery_struct Battery_t |
1.5.2