pfodParser
3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
|
#include <Arduino.h>
#include "pfodStream.h"
#include "pfod_Base.h"
#include "pfodRadioMsg.h"
#include "pfodRingBuffer.h"
#include "pfodRadioDriver.h"
Go to the source code of this file.
Classes | |
class | pfodRadio |
An ack consists of a message with: More... | |
Macros | |
#define | RH_DEFAULT_TIMEOUT 500 |
pfodRadio for Arduino Handles send and receive of radio msgs with acks and retries More... | |
#define | RH_DEFAULT_RETRIES 5 |
The default number of retries change this with setNoOfRetries(noRetries) More... | |
#define RH_DEFAULT_RETRIES 5 |
The default number of retries change this with setNoOfRetries(noRetries)
Definition at line 25 of file pfodRadio.h.
#define RH_DEFAULT_TIMEOUT 500 |
pfodRadio for Arduino Handles send and receive of radio msgs with acks and retries
the default retry timeout in milliseconds change this with setAckTimeout(mS)
Definition at line 22 of file pfodRadio.h.