Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ieplexing into main
  • Loading branch information
pierremolinaro committed Jun 5, 2021
2 parents 178f188 + 9f21605 commit d7d7ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An Arduino RP2040 Charlieplexing library using PIO.

> See the PDF documentation in the `extras` directory.
From [https://en.wikipedia.org/wiki/Charlieplexing](): *Charlieplexing is a technique for driving a multiplexed display in which relatively few I/O pins on a microcontroller are used e.g. to drive an array of LEDs*.
From [https://en.wikipedia.org/wiki/Charlieplexing](https://en.wikipedia.org/wiki/Charlieplexing): *Charlieplexing is a technique for driving a multiplexed display in which relatively few I/O pins on a microcontroller are used e.g. to drive an array of LEDs*.

Very often, an interrupt routine is used to periodically refresh the leds. The PIOs built into the RP2040 microcontroller allow this refresh to be performed automatically, without processor intervention.

Expand Down

0 comments on commit d7d7ae9

Please sign in to comment.