mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 12:12:16 -04:00
POCSAG TX (with fixed message for testing)
This commit is contained in:
parent
b430b1e427
commit
dc7fcbc6c3
22 changed files with 562 additions and 91 deletions
|
@ -141,6 +141,17 @@ void set_ook_data(const uint32_t stream_length, const uint32_t samples_per_bit,
|
|||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_fsk_data(const uint32_t stream_length, const uint32_t samples_per_bit, const uint32_t shift,
|
||||
const uint32_t progress_notice) {
|
||||
const FSKConfigureMessage message {
|
||||
stream_length,
|
||||
samples_per_bit,
|
||||
shift,
|
||||
progress_notice
|
||||
};
|
||||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_pocsag(const pocsag::BitRate bitrate) {
|
||||
const POCSAGConfigureMessage message {
|
||||
bitrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue