8000 Update README.md · ameltech/sme-arduino-core@e3f396c · GitHub
[go: up one dir, main page]

Skip to content

Commit e3f396c

Browse files
author
MikHw
committed
Update README.md
1 parent 18533b4 commit e3f396c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Arduino core for Smart Everything board
44
v1.0.0 First Release
55
--------------------
66

7+
78
v1.1.0 Second Release 18-Dec-2015
89
---------------------------------
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
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>
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>

0 commit comments

Comments
 (0)
0