mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 01:29:03 -04:00
Testing OOK TX baseband module
This commit is contained in:
parent
1b44b22419
commit
787f656500
10 changed files with 399 additions and 81 deletions
|
@ -57,6 +57,7 @@ void set_pwmrssi(int32_t avg, bool enabled);
|
|||
void set_afsk_data(const char message_data[], const uint32_t afsk_samples_per_bit, const uint32_t afsk_phase_inc_mark,
|
||||
const uint32_t afsk_phase_inc_space, const uint8_t afsk_repeat, const uint32_t afsk_bw,
|
||||
const bool afsk_alt_format);
|
||||
void set_ook_data(const char ook_bitstream[], uint32_t stream_length, uint32_t samples_per_bit, uint8_t repeat);
|
||||
|
||||
void run_image(const portapack::spi_flash::image_tag_t image_tag);
|
||||
void shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue