1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-28 17:36:39 +03:00

Added micros64 and used to fix and improve gettimeofday.

This commit is contained in:
Brandon White
2017-11-10 08:53:49 -06:00
committed by Ivan Grokhotkov
parent 303a71deea
commit 5b925697ec
3 changed files with 20 additions and 7 deletions

View File

@@ -202,6 +202,7 @@ void analogWriteRange(uint32_t range);
unsigned long millis(void);
unsigned long micros(void);
uint64_t micros64(void);
void delay(unsigned long);
void delayMicroseconds(unsigned int us);
unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout);