1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Add ESP.reset() method

This commit is contained in:
Ivan Grokhotkov
2015-04-12 02:07:56 +08:00
parent b026daf43b
commit 6b593a7978
3 changed files with 9 additions and 0 deletions

View File

@ -116,6 +116,8 @@ APIs related to deep sleep and watchdog timer are available in the ```ESP``` obj
```ESP.wdtEnable()```, ```ESP.wdtDisable()```, and ```ESP.wdtFeed()``` provide some control over the watchdog timer.
```ESP.reset()``` resets the CPU.
#### OneWire (from https://www.pjrc.com/teensy/td_libs_OneWire.html) ####
Library was adapted to work with ESP8266 by including register definitions into OneWire.h