HttpServer/test/Arduino.h

9 lines
101 B
C

#pragma once
#include "stdlib.h"
unsigned long millis();
void delay(unsigned long);
void yield();