mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
Checkboxes, more AFSK options
This commit is contained in:
parent
70a646ca60
commit
f1166205b0
10 changed files with 317 additions and 61 deletions
|
@ -46,8 +46,8 @@ void set_afsk_space(const int32_t new_value);
|
|||
int32_t afsk_bitrate();
|
||||
void set_afsk_bitrate(const int32_t new_value);
|
||||
|
||||
uint8_t afsk_config();
|
||||
void set_afsk_config(const uint8_t new_value);
|
||||
uint32_t afsk_config();
|
||||
void set_afsk_config(const uint32_t new_value);
|
||||
|
||||
bool playing_dead();
|
||||
void set_playing_dead(const bool new_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue