EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Classes | Variables
espnow_hal.h File Reference

ESP-NOW communication system abstraction layer. To be used on ESP8266 or ESP32 platforms. More...

#include "WProgram.h"
#include "Comms_hal.h"
#include "helperFunctions.h"
#include "EnigmaIOTRingBuffer.h"

Go to the source code of this file.

Classes

class  Espnow_halClass
 Definition for ESP-NOW hardware abstraction layer. More...
 

Variables

Espnow_halClass Espnow_hal
 Singleton instance of ESP-NOW class. More...
 

Detailed Description

ESP-NOW communication system abstraction layer. To be used on ESP8266 or ESP32 platforms.

Version
0.9.8
Date
15/07/2021
Author
German Martin

Definition in file espnow_hal.h.

Variable Documentation

◆ Espnow_hal

Espnow_halClass Espnow_hal
extern

Singleton instance of ESP-NOW class.

Definition at line 20 of file espnow_hal.cpp.