FOSSASAT-1B
All Data Structures Files Functions Variables Modules Pages
system_info.h
Go to the documentation of this file.
1 #ifndef SYSTEM_INFO_H_INCLUDED
2 #define SYSTEM_INFO_H_INCLUDED
3 
4 #include "FossaSat1B.h"
5 
18 void System_Info_Set_Callsign(char* newCallsign);
29 void System_Info_Get_Callsign(char* buff, uint8_t len);
30 
31 #endif
void System_Info_Get_Callsign(char *buff, uint8_t len)
Gets the callsign which is current set in EEPROM.
Definition: system_info.cpp:21
void System_Info_Set_Callsign(char *newCallsign)
Set the callsign to be used for each transmission to EEPROM.
Definition: system_info.cpp:3