Skip to content

Commit 8a56f7a

Browse files
authored
add jled-wasm info (#57)
1 parent 66e5ec4 commit 8a56f7a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
[![Build Status](https://travis-ci.org/jandelgado/jled.svg?branch=master)](https://travis-ci.org/jandelgado/jled)
44
[![Coverage Status](https://coveralls.io/repos/github/jandelgado/jled/badge.svg?branch=master&dummy=1)](https://coveralls.io/github/jandelgado/jled?branch=master)
55

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
77
control LEDs in simple (**on**/**off**) and complex (**blinking**,
88
**breathing** and more) ways in a **time-driven** manner.
99

1010
JLed got some [coverage on Hackaday](https://hackaday.com/2018/06/13/simplifying-basic-led-effects/)
1111
and someone did a [video tutorial for JLed](https://youtu.be/x5V2vdpZq1w) - Thanks!
1212

13-
[![breathing, blinking, fadeon and -off at the same time](doc/jled.gif)](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>
1417

1518
## Example
1619

@@ -93,7 +96,7 @@ void loop() {
9396
* supports inverted polarity of LED
9497
* easy configuration using fluent interface
9598
* 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)
97100
* supports Arduino and [mbed](www.mbed.com) frameworks
98101
* well [tested](https://coveralls.io/github/jandelgado/jled)
99102

@@ -494,6 +497,7 @@ Example sketches are provided in the [examples](examples/) directory.
494497
* [Simple User provided effect](examples/user_func)
495498
* [Morsecode example](examples/morse)
496499
* [Custom HAL example](examples/custom_hal)
500+
* [JLed compiled for WASM and running in the browser](https://jandelgado.github.io/jled-wasm)
497501

498502
### PlatformIO
499503

doc/jled-wasm.png

92.3 KB
Loading

0 commit comments

Comments
 (0)