You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DREAM (_**D**ynamic **R**eal-time **E**mbedded **A**rduino **M**odules_) is a collection of usefull modules for ESP8266/ESP32 projects on the Arduino Framework.
11
+
DREAM (_**D**ynamic **R**eal-time **E**mbedded **A**rduino **M**odules_) is a collection of useful modules for ESP8266/ESP32 projects on the Arduino Framework.
12
12
13
13
## Installation
14
14
@@ -25,7 +25,7 @@ Also you can select specific version, using tag:
25
25
26
26
```ini
27
27
lib_deps =
28
-
https://github.com/DreamerDeLy/dream.git#v0.2.0
28
+
https://github.com/DreamerDeLy/dream.git#v0.4.0
29
29
```
30
30
31
31
**For ArduinoIDE**:
@@ -54,12 +54,13 @@ This project created with [PlatformIO](https://platformio.org/).
54
54
Use this commands to build examples:
55
55
56
56
```powershell
57
-
pio ci --board=esp32dev examples/CLI/ --lib src/
57
+
pio ci --board=esp32dev examples/CLI_Basic/ --lib src/
58
+
pio ci --board=esp32dev examples/CLI_Continuous/ --lib src/
58
59
pio ci --board=esp32dev examples/SerialLogging/ --lib src/
59
60
pio ci --board=esp32dev examples/UnitsConversion/ --lib src/
60
61
pio ci --board=esp32dev examples/Values/ --lib src/
61
-
pio ci --board=esp32dev examples/TimerSimple/ --lib src/
62
-
pio ci --board=esp32dev examples/TimerCallbacks/ --lib src/
62
+
pio ci --board=esp32dev examples/Timer_Basic/ --lib src/
63
+
pio ci --board=esp32dev examples/Timer_Callbacks/ --lib src/
63
64
```
64
65
65
66
Use this command to run tests (you have to have connected ESP32 to your computer):
0 commit comments