Skip to content

Commit 887473e

Browse files
Update the browser led Readme
1 parent bd07e06 commit 887473e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

examples/projects/browser/led/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
[![](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Unleash%20electronic%20devices%20as%20microservices%20thanks%20to%20Luos&https://luos.io&via=Luos_io&hashtags=embeddedsystems,electronics,microservices,api)
1313
[![](https://img.shields.io/badge/LinkedIn-Share-0077B5?style=social&logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Fluos-io)
1414

15-
# Led project example :bulb:
15+
# Led project web assembly example :bulb:
1616

17-
This project demonstrate how to make and use a simple button through Luos. Feel free to use electronics and code example as you want.
17+
This project demonstrate how to make and use a simple led in web assembly (wasm) through Luos.
1818

1919
## How to compile the code :computer:
2020

@@ -23,13 +23,12 @@ This project demonstrate how to make and use a simple button through Luos. Feel
2323
3. Open this folder into Platformio
2424
4. Build (Platformio will do the rest)
2525

26-
## How to open the electronic design :electric_plug:
26+
## How to use :electric_plug:
2727

28-
You can open [a working example electronic design](https://github.com/Luos-io/luos_engine/tree/main/examples/hardware) with Kicad. This design use Luos_components library for more information to install and use it read [our doc](https://www.luos.io/docs/).
28+
- Run `npx http-server -o ./src/main.html` to execute the example in your browser.
29+
- Run `node src/main.mjs` to execute the example in your terminal.
2930

30-
## Linked driver
31-
32-
This project is linked to the [Button driver](../../Drivers/button).
31+
Like other examples you will need to have other services interacting with it.
3332

3433
## Don't hesitate to read [our documentation](https://www.luos.io/docs/), or to post your questions/issues on the [Luos' Forum](https://community.luos.io). :books:
3534

0 commit comments

Comments
 (0)