pubsubclient/AAL/Arduino.h

17 lines
257 B
C
Raw Normal View History

#ifndef _ARDUINO_H_
#define _ARDUINO_H_
#include <stdint.h>
#include <stdbool.h>
2020-11-11 20:03:44 +01:00
#include <string.h>
#include <Print.h>
#include <IPAddress.h>
#include <Stream.h>
typedef uint32_t millis_t;
typedef bool boolean;
millis_t millis();
#endif // _ARDUINO_H_