#ifndef _ARDUINO_H_
#define _ARDUINO_H_
#include <stdint.h>
#include <stdbool.h>
#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_