knx/knx_esp.h
2018-03-16 00:48:39 +01:00

20 lines
272 B
C

/*
Name: knx_esp.h
Created: 01.03.2018 21:14:55
Author: tkunze
Editor: http://www.visualmicro.com
*/
#ifndef _knx_esp_h
#define _knx_esp_h
#if defined(ARDUINO) && ARDUINO >= 100
#include "arduino.h"
#else
#include "WProgram.h"
#endif
#endif