mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-02-17 14:48:30 +00:00
Updated Create a simple app (markdown)
parent
4629478015
commit
d814ce786c
@ -713,8 +713,8 @@ The code bellow is an example OOK TX application using [`TransmitterModel`](http
|
||||
{
|
||||
void NewAppView::start_tx(std::string& message) // Message input as "101101"
|
||||
{
|
||||
size_t bitstream_length = make_bitstream(message); // Function from encoders.hpp. Sets message to
|
||||
// TX data pointer via...
|
||||
size_t bitstream_length = make_bitstream(message); // Function from encoders.hpp. Encodes then
|
||||
// sets message to TX data pointer via...
|
||||
// uint8_t * bitstream = shared_memory.bb_data.data;
|
||||
// on line 34 of encoders.cpp and returns length.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user