![]() |
FOSSASAT-1B
|
#include "FossaSat1B.h"
Go to the source code of this file.
Functions | |
void | System_Info_Set_Callsign (char *newCallsign) |
Set the callsign to be used for each transmission to EEPROM. | |
void | System_Info_Get_Callsign (char *buff, uint8_t len) |
Gets the callsign which is current set in EEPROM. | |
Definition in file system_info.h.
Gets the callsign which is current set in EEPROM.
buff | The destination for the callsign. |
len | The length of the callsign. |
Definition at line 21 of file system_info.cpp.
Set the callsign to be used for each transmission to EEPROM.
newCallsign | String containing the new callsign to use. |
Definition at line 3 of file system_info.cpp.