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.
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... | |
struct | ChargeParameters_struct |
Holds the parameters for ConstantCurrent() and ConstantVoltage(). More... | |
struct | HaltParameters_struct |
Holds the parameters for HaltNow();. More... | |
Typedefs | |
typedef struct ADC_Status_struct | ADC_Status_t |
For convenience. | |
typedef struct Batteries_struct | Batteries_t |
For convenience. | |
typedef struct Battery_struct | Battery_t |
For convenience. | |
typedef struct ChargeParameters_struct | ChargeParameters_t |
typedef struct HaltParameters_struct | HaltParameters_t |
typedef struct ADC_Status_struct ADC_Status_t |
typedef struct Batteries_struct Batteries_t |
typedef struct Battery_struct Battery_t |
typedef struct ChargeParameters_struct ChargeParameters_t |
typedef struct HaltParameters_struct HaltParameters_t |