My Project
Functions
CanSatNeXT.cpp File Reference
#include "CanSatNeXT.h"
#include "Wire.h"
#include "soc/soc.h"
#include "soc/rtc_cntl_reg.h"
Include dependency graph for CanSatNeXT.cpp:

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)
 

Function Documentation

◆ CanSatInit() [1/2]

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().

Here is the call graph for this function:

◆ CanSatInit() [2/2]

uint8_t CanSatInit ( uint8_t  maccAddressLastByte)

Definition at line 11 of file CanSatNeXT.cpp.

References CanSatInit(), and createMacAddress().

Referenced by CanSatInit().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GroundStationInit() [1/2]

uint8_t GroundStationInit ( uint8_t *  macAddress)

Definition at line 69 of file CanSatNeXT.cpp.

References ERROR_RADIO, and initializeESPNOW().

Here is the call graph for this function:

◆ GroundStationInit() [2/2]

uint8_t GroundStationInit ( uint8_t  maccAddressLastByte)

Definition at line 63 of file CanSatNeXT.cpp.

References createMacAddress(), and GroundStationInit().

Referenced by GroundStationInit().

Here is the call graph for this function:
Here is the caller graph for this function: