PingPong-ClickButtonToWork

Dependents:   Lora_SX1272_Coragem-dev-shared Lora_SX1272_serial

ArduinoLike.h

Committer:
afzalsamira
Date:
2021-02-01
Revision:
6:d7c7e731da3a
Parent:
2:a5a72d30cb18

File content as of revision 6:d7c7e731da3a:

// added by C.Dupaty
// for Arduino compatibility
#ifndef Arduino_h
#define Arduino_h

typedef uint8_t byte;
typedef bool boolean;
unsigned long millis(void);
unsigned long micros(void);

#endif