|
3 | 3 | [](https://travis-ci.org/jandelgado/jled)
|
4 | 4 | [](https://coveralls.io/github/jandelgado/jled?branch=master)
|
5 | 5 |
|
6 |
| -A library to control LEDs. It uses a **non-blocking** approach and can |
| 6 | +An embedded C++ library to control LEDs. It uses a **non-blocking** approach and can |
7 | 7 | control LEDs in simple (**on**/**off**) and complex (**blinking**,
|
8 | 8 | **breathing** and more) ways in a **time-driven** manner.
|
9 | 9 |
|
10 | 10 | JLed got some [coverage on Hackaday](https://hackaday.com/2018/06/13/simplifying-basic-led-effects/)
|
11 | 11 | and someone did a [video tutorial for JLed](https://youtu.be/x5V2vdpZq1w) - Thanks!
|
12 | 12 |
|
13 |
| -[](examples/multiled) |
| 13 | +<p float="left"> |
| 14 | +<a href="examples/multiled"><img alt="breathing, blinking, fadeon and -off at the same time" height=200 src="doc/jled.gif"></a> |
| 15 | +<a href="https://jandelgado.github.io/jled-wasm"><img alt="jled running in the browser" height=200 src="doc/jled-wasm.png"></a> |
| 16 | +</p> |
14 | 17 |
|
15 | 18 | ## Example
|
16 | 19 |
|
@@ -93,7 +96,7 @@ void loop() {
|
93 | 96 | * supports inverted polarity of LED
|
94 | 97 | * easy configuration using fluent interface
|
95 | 98 | * can control groups of LEDs sequentially or in parallel
|
96 |
| -* Arduino, ESP8266 and ESP32 platform compatible |
| 99 | +* Portable: Arduino, ESP8266, ESP32, Mbed etc platform compatible, runs even in the [browser](https://jandelgado.github.io/jled-wasm) |
97 | 100 | * supports Arduino and [mbed](www.mbed.com) frameworks
|
98 | 101 | * well [tested](https://coveralls.io/github/jandelgado/jled)
|
99 | 102 |
|
@@ -494,6 +497,7 @@ Example sketches are provided in the [examples](examples/) directory.
|
494 | 497 | * [Simple User provided effect](examples/user_func)
|
495 | 498 | * [Morsecode example](examples/morse)
|
496 | 499 | * [Custom HAL example](examples/custom_hal)
|
| 500 | +* [JLed compiled for WASM and running in the browser](https://jandelgado.github.io/jled-wasm) |
497 | 501 |
|
498 | 502 | ### PlatformIO
|
499 | 503 |
|
|
0 commit comments