Commit graph

19 commits

Author SHA1 Message Date
d51f129541 rxuart: Receive-only 8N1 UART
based on an example in the RP2040 datasheet.

Tested at a blazing 9600 baud!
2021-03-22 11:02:42 -05:00
Scott Shawcroft
3ff94aa9da
Merge pull request #14 from adafruit/jepler-rotary-example
Add rotaryencoder example
2021-03-11 11:03:38 -08:00
5a7e52ced3 Add rotaryencoder example
This example requires https://github.com/adafruit/circuitpython/pull/4329 to be merged in order to work
2021-03-05 11:00:07 -06:00
Scott Shawcroft
2be7853ac4
Merge remote-tracking branch 'adafruit/main' into audiobusio_examples 2021-03-04 09:52:02 -08:00
937357eab1 pioasm_neopixel: Adapt to various boards
On any board with a NEOPIXEL pin defined, use it.  Otherwise, arbitrarily
use D16 which is conveniently at a corner of the Pico board.

Send several different pixel colors so that the user can see it working.
2021-03-02 10:00:58 -06:00
9399b4496a pylint 2021-02-25 16:08:42 -06:00
b5b8e35798 add blink example 2021-02-25 16:04:32 -06:00
d727e55a9d Explain why a needless jmp is here 2021-02-25 15:10:25 -06:00
b8e8c9279e Remove unneeded 'set pindirs', fix minimum frequency 2021-02-25 15:10:09 -06:00
8db157b7bb Explain where these examples come from 2021-02-25 15:03:14 -06:00
Scott Shawcroft
acb4fcb3f8
pylint: import order 2021-02-25 09:01:51 -08:00
9cf38ebea5 Pylint changes 2021-02-25 10:09:53 -06:00
0d56e195f4 run black 2021-02-25 10:01:23 -06:00
72c2324ff5 Adapt first example from the Micropython book 2021-02-25 08:44:11 -06:00
3a64ca716b hello pio example 2021-02-24 10:09:06 -06:00
Scott Shawcroft
2adf61aae5
Add audiobusio examples and fix simple test frequency
This also uses newer pin auto-init.
2021-02-23 16:39:55 -08:00
Scott Shawcroft
7dc5992975
Example lint and doc TODOs 2021-01-21 15:50:02 -08:00
Scott Shawcroft
5e8b820a52
Black 2021-01-21 15:26:20 -08:00
Scott Shawcroft
4cd0064413
Add initial PIOASM code 2021-01-21 10:01:11 -08:00