FOSSASAT-1B
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Files
File List
+
Globals
+
All
c
d
p
s
+
Functions
c
d
p
s
Variables
•
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
System_Info_Get_Callsign
void System_Info_Get_Callsign(char *buff, uint8_t len)
Gets the callsign which is current set in EEPROM.
Definition:
system_info.cpp:21
System_Info_Set_Callsign
void System_Info_Set_Callsign(char *newCallsign)
Set the callsign to be used for each transmission to EEPROM.
Definition:
system_info.cpp:3
FossaSat1B
system_info.h
Generated by
1.8.13