|
My Project
|

Go to the source code of this file.
Functions | |
| uint8_t | CanSatInit (uint8_t maccAddressLastByte) |
| uint8_t | CanSatInit (uint8_t *macAddress) |
| uint8_t | GroundStationInit (uint8_t maccAddressLastByte) |
| uint8_t | GroundStationInit (uint8_t *macAddress) |
| uint8_t CanSatInit | ( | uint8_t * | macAddress | ) |
Definition at line 17 of file CanSatNeXT.cpp.
References ERROR_BARO, ERROR_IMU, ERROR_MEMORY, ERROR_NO_SD_CARD, ERROR_RADIO, I2C_SCL, I2C_SDA, initBaro(), initializeESPNOW(), initIMU(), initSDCard(), LED, MEAS_EN, SD_DET, and SDCardPresent().

| uint8_t CanSatInit | ( | uint8_t | maccAddressLastByte | ) |
Definition at line 11 of file CanSatNeXT.cpp.
References CanSatInit(), and createMacAddress().
Referenced by CanSatInit().


| uint8_t GroundStationInit | ( | uint8_t * | macAddress | ) |
Definition at line 69 of file CanSatNeXT.cpp.
References ERROR_RADIO, and initializeESPNOW().

| uint8_t GroundStationInit | ( | uint8_t | maccAddressLastByte | ) |
Definition at line 63 of file CanSatNeXT.cpp.
References createMacAddress(), and GroundStationInit().
Referenced by GroundStationInit().


1.8.17