MySensors Library & Examples
2.3.2-62-ge298769
hal
transport
PJON
driver
PJONESPNOW.h
1
2
#pragma once
3
4
/* ESPNOW strategy actively uses the PJON's MAC address feature for this reason
5
it must be included. */
6
7
#ifndef PJON_INCLUDE_MAC
8
#define PJON_INCLUDE_MAC
9
#endif
10
11
#include "PJON.h"
12
13
#include "strategies/ESPNOW/ESPNOW.h"
14
15
#define PJONESPNOW PJON<ESPNOW>
Copyright (C) 2013-2019 Sensnology AB. Generated by
doxygen
1.8.17