OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
Classes | Typedefs
OOKwiz.h File Reference
#include <Arduino.h>
#include "config.h"
#include "Radio.h"
#include "RawTimings.h"
#include "Pulsetrain.h"
#include "Meaning.h"
#include "Settings.h"
#include "Device.h"
#include "tools.h"
#include "serial_output.h"

Go to the source code of this file.

Classes

struct  BufferPair
 
struct  BufferTriplet
 
class  OOKwiz
 The static functions in the OOKwiz class provide the main controls for OOKwiz' functionality. Prefix them with OOKwiz:: to use them from your own code. More...
 

Typedefs

typedef struct BufferPair BufferPair
 
typedef struct BufferTriplet BufferTriplet
 

Typedef Documentation

◆ BufferPair

typedef struct BufferPair BufferPair

In the loop() handling of packets, we want to operate on sets of RawTimings and Pulsetrain.

◆ BufferTriplet

typedef struct BufferTriplet BufferTriplet

In the loop() handling of packets, we want to operate on triplets of RawTimings, Pulsetrain and Meaning.