rcProtocol  V.0.3.0
A protocol for diy transmitters/receivers
Classes | Macros
rcRemoteProtocol.h File Reference
#include <RF24.h>
#include "rcSettings.h"
#include "rcGlobal.h"

Go to the source code of this file.

Classes

class  RemoteProtocol
 

Macros

#define RC_ERROR_PACKET_NOT_SENT   -22
 
#define RC_INFO_TICK_TOO_SHORT   21
 

Macro Definition Documentation

◆ RC_ERROR_PACKET_NOT_SENT

#define RC_ERROR_PACKET_NOT_SENT   -22

Packet did not get to receiver

Definition at line 29 of file rcRemoteProtocol.h.

◆ RC_INFO_TICK_TOO_SHORT

#define RC_INFO_TICK_TOO_SHORT   21

The tick took longer than the wanted tick length. See RCSettings.setCommsFrequency()

Definition at line 33 of file rcRemoteProtocol.h.