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
<ahref="examples/multiled"><imgalt="breathing, blinking, fadeon and -off at the same time"height=200src="doc/jled.gif"></a>|<ahref="https://jandelgado.github.io/jled-wasm"><imgalt="jled running in the browser"height=200src="doc/jled-wasm.png"></a>
13
+
<table>
14
+
<tr>
15
+
<th>JLed in action</th>
16
+
<th>Interactive JLed playground</th>
17
+
</tr>
18
+
<tr>
19
+
<td><ahref="examples/multiled"><imgalt="JLed in action"src="doc/jled.gif"style="width: 280px"></a></td>
20
+
<td><ahref="https://jandelgado.github.io/jled-wasm"><imgalt="jled running in the browser"src="doc/jled-wasm.png"style="width: 300px"></a>
21
+
</td>
22
+
</tr>
23
+
</table>
24
+
16
25
17
26
## Example
18
27
@@ -70,6 +79,7 @@ void loop() {
70
79
*[Platform notes](#platform-notes)
71
80
*[ESP8266](#esp8266)
72
81
*[ESP32](#esp32)
82
+
*[Using ESP-IDF](#using-esp-idf)
73
83
*[STM32](#stm32)
74
84
*[Arduino framework](#arduino-framework)
75
85
*[Raspberry Pi Pico](#raspberry-pi-pico)
@@ -98,7 +108,9 @@ void loop() {
98
108
* can control groups of LEDs sequentially or in parallel
99
109
* Portable: Arduino, ESP8266, ESP32, Mbed, Raspberry Pi Pico and more platforms
100
110
compatible, runs even in the [browser](https://jandelgado.github.io/jled-wasm)
101
-
* supports Arduino, [mbed](https://www.mbed.com) and Raspberry Pi Pico SDKs
111
+
* supports Arduino, [mbed](https://www.mbed.com), [Raspberry Pi
112
+
Pico](https://github.com/raspberrypi/pico-sdk) and ESP32
0 commit comments