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:
committed by
Ivan Grokhotkov
parent
303a71deea
commit
5b925697ec
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user