Junxiao Shi
1e4bf14a3e
cores: replace max, min, round macros with imports from std ( #1783 )
...
fixes #1734
2018-09-17 21:33:01 +02:00
copercini
3dc30dce81
Add compatibility macros with esp8266 ( #783 )
2017-10-30 10:27:26 +01:00
Mark D
234c855c9b
add configTzTime() to setup sntp using TZ environment variable ( #608 )
2017-09-05 11:15:55 +03:00
me-no-dev
1058e89dc3
Fix wrong bitmask returned for pins above 31
2017-03-03 14:42:14 +02:00
me-no-dev
e873d577f7
Restructure Arduino.h a bit to help eclipse code indexer
2017-02-20 15:06:22 +02:00
me-no-dev
c8140f8288
add configTime, getLocalTime and support for time in Print
...
example:
```cpp
//done once on WiFi init
configTime(-7200, 3600, "pool.ntp.org");
//get local time
struct tm timeinfo;
if(!getLocalTime(&timeinfo)){
Serial.println("Failed to obtain time");
return;
}
//print time
Serial.println(&timeinfo);
//print time with different format
Serial.println(&timeinfo, "%A, %B %d %Y %H:%M:%S");
```
fixes: https://github.com/espressif/arduino-esp32/issues/29
2017-01-24 04:07:27 +02:00
sorscode
13f3ac569b
Enable pulseIn() ( #140 )
...
* Add files via upload
enable pulseIn()
* Remove optimistic_yield
2017-01-20 21:49:17 +02:00
me-no-dev
a6c02bc710
Add some missing defines
...
fixes: https://github.com/espressif/arduino-esp32/issues/76
fixes: https://github.com/espressif/arduino-esp32/issues/5
fixes: https://github.com/espressif/arduino-esp32/issues/91
2016-12-12 02:12:18 +02:00
me-no-dev
ba04076f16
Move definitions to not conflict with C includes
2016-12-05 22:53:04 +02:00
me-no-dev
6dc34077c4
Add correct definitions for word
...
fixes: https://github.com/espressif/arduino-esp32/issues/76
2016-12-05 22:50:51 +02:00
me-no-dev
2cc1a6a1da
add shiftIn shiftOut
...
thanks @ladyada
2016-11-13 16:53:56 +02:00
me-no-dev
2515a3cfed
Make compiler not complain about 2 random prototypes
...
Issue is when Arduino.h is included in C file
2016-11-13 13:23:44 +02:00
volca
261bc5ae85
Add from original Arduino.h ( #26 )
2016-10-27 15:43:27 +03:00
me-no-dev
6465d4fa8e
Make Arduino.h safe to include from C files
2016-10-26 04:07:52 +03:00
me-no-dev
a92f20edb2
include stdlib_noniso in Arduino.h
2016-10-26 02:13:00 +03:00
me-no-dev
29feaaa2d0
add some missing Arduino defines
2016-10-26 02:00:39 +03:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00