pfodParser  3.61.0
The pfodParser library is handles commands sent from the Android pfodApp, pfodApp supports WiFi, BLE, Bluetooth and SMS connections
pfodMAC.h File Reference
#include <Arduino.h>
#include "pfodStream.h"
#include "pfodEEPROM.h"

Go to the source code of this file.

Classes

class  pfodMAC
 

Macros

#define MAX_ELAPSED_TIME   0x7fffffff
 pfodMAC for Arduino Updates power cycles, builds the Challenge, keeps track in message counts and hashes and check message hashes It uses upto 19 bytes of EEPROM starting from the address passed to init() More...
 

Macro Definition Documentation

◆ MAX_ELAPSED_TIME

#define MAX_ELAPSED_TIME   0x7fffffff

pfodMAC for Arduino Updates power cycles, builds the Challenge, keeps track in message counts and hashes and check message hashes It uses upto 19 bytes of EEPROM starting from the address passed to init()

Definition at line 21 of file pfodMAC.h.