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
Copy file name to clipboardExpand all lines: examples/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,5 @@
6
6
|--|--|
7
7
|[RGB LED Blink](mpy_rgb_blink/README.md)| Demonstrates how to control and blink the on-board RGB LED using MicroPython|
8
8
|[RGB LED Ramp](mpy_rgb_ramp/README.md)| Demonstrates how to control and change colors on the on-board RGB LED using MicroPython|
9
-
|[TMP117 Web Server](mpy_tmp117_web_server/README.md)| Demonstrates how to configure a WLAN access point web server to publish TMP117 temperatures using MicroPython|
9
+
|[SD Card Data Logging](mpy_sdcard_log/README.md)| Demonstrates how log collected sensor data to a file on a SD Card and also to the console|
10
+
|[TMP117 Web Server](mpy_tmp117_web_server/README.md)| Demonstrates how to configure a WLAN access point web server to publish TMP117 temperatures using MicroPython|
0 commit comments