Skip to content

Commit

Permalink
add PCA9685 example
Browse files Browse the repository at this point in the history
JLed can now drive LEDs using the PCA9685 (https://github.com/jandelgado/jled-pca9685-hal/)
  • Loading branch information
jandelgado committed Oct 1, 2022
1 parent 9b657ac commit 9fb51cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ Example sketches are provided in the [examples](examples/) directory.
* [Simple User provided effect](examples/user_func)
* [Morsecode example](examples/morse)
* [Custom HAL example](examples/custom_hal)
* [Custom PCA9685 HAL](https://github.com/jandelgado/jled-pca9685-hal)
* [Dynamically switch sequences](https://github.com/jandelgado/jled-example-switch-sequence)
* [JLed compiled to WASM and running in the browser](https://jandelgado.github.io/jled-wasm)
* [Raspberry Pi Pico Demo](examples/raspi_pico)
Expand Down Expand Up @@ -624,9 +625,8 @@ Just 'reconfigure' the `JLed` with any of the effect methods (e.g. `FadeOn`,

## Author and Copyright

Copyright 2017, 2018 by Jan Delgado, jdelgado[at]gmx.net.
Copyright 2017-2022 by Jan Delgado, jdelgado[at]gmx.net.

## License

[MIT](LICENSE)

0 comments on commit 9fb51cd

Please sign in to comment.