8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18533b4 commit e3f396cCopy full SHA for e3f396c
README.md
@@ -4,11 +4,12 @@ Arduino core for Smart Everything board
4
v1.0.0 First Release
5
--------------------
6
7
+
8
v1.1.0 Second Release 18-Dec-2015
9
---------------------------------
-* Add new function to flash the RGB LED light for X milliseconds
10
- void flashRGBLed(uint32_t color, uint32_t time_in_ms);
11
-* Added new GPS & SFX commands
12
- gpsForceOn() = send an HW wakeup to GPS
13
- sfxSleep() = put SFX in sleep
14
- sfxWakeup() = send an HW wakeup to SFX
+* Add new function to flash the RGB LED light for X milliseconds<br>
+ [`void flashRGBLed(uint32_t color, uint32_t time_in_ms);`]<br><br>
+* Added new GPS & SFX commands<br>
+ [`gpsForceOn() = send an HW wakeup to GPS`]<br>
+ [`sfxSleep() = put SFX in sleep`]<br>
15
+ [`sfxWakeup() = send an HW wakeup to SFX`]<br>
0 commit comments