OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
Classes | Typedefs
Pulsetrain.h File Reference
#include <Arduino.h>
#include <vector>
#include "config.h"

Go to the source code of this file.

Classes

struct  pulseBin
 Struct that holds information about a 'bin' in a Pulsetrain, a range of timings that are lumped together when converting RawTimings to a Pulsetrain. More...
 
class  Pulsetrain
 Instances of Pulsetrain represent packets in a normalized way, meaning all intervals of similar length are made equal. More...
 

Typedefs

typedef struct pulseBin pulseBin
 Struct that holds information about a 'bin' in a Pulsetrain, a range of timings that are lumped together when converting RawTimings to a Pulsetrain. More...
 

Typedef Documentation

◆ pulseBin

typedef struct pulseBin pulseBin

Struct that holds information about a 'bin' in a Pulsetrain, a range of timings that are lumped together when converting RawTimings to a Pulsetrain.