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 e3f396c commit b0e3e89Copy full SHA for b0e3e89
README.md
@@ -8,8 +8,8 @@ v1.0.0 First Release
8
v1.1.0 Second Release 18-Dec-2015
9
---------------------------------
10
* Add new function to flash the RGB LED light for X milliseconds<br>
11
- [`void flashRGBLed(uint32_t color, uint32_t time_in_ms);`]<br><br>
+ `void flashRGBLed(uint32_t color, uint32_t time_in_ms);`<br><br>
12
* Added new GPS & SFX commands<br>
13
- [`gpsForceOn() = send an HW wakeup to GPS`]<br>
14
- [`sfxSleep() = put SFX in sleep`]<br>
15
- [`sfxWakeup() = send an HW wakeup to SFX`]<br>
+ `gpsForceOn() = send an HW wakeup to GPS`<br>
+ `sfxSleep() = put SFX in sleep`<br>
+ `sfxWakeup() = send an HW wakeup to SFX`<br>
0 commit comments