Alasdair Allan
|
6a8770e040
|
Merge pull request #46 from lurch/patch-1
README tweaks
|
2022-03-23 15:29:09 +00:00 |
Andrew Scheller
|
2dae3c5f40
|
README tweaks
|
2022-03-23 15:16:39 +00:00 |
Alasdair Allan
|
e35954f514
|
Merge pull request #41 from lurch/update_urls
|
2021-10-22 17:33:15 +01:00 |
Andrew Scheller
|
bbf41514c4
|
Update URLs from .org to .com
|
2021-10-22 17:30:35 +01:00 |
Alasdair Allan
|
bc53b074a0
|
Merge pull request #34 from lurch/patch-1
Add link to examples in MicroPython repo
|
2021-05-28 09:38:57 +01:00 |
Andrew Scheller
|
44ea57fb42
|
Add link to examples in MicroPython repo
|
2021-05-03 14:23:33 +01:00 |
Alasdair Allan
|
9f2c3f0860
|
Merge pull request #32 from robert-hh/master
sh1106.py: Fix the pin numbers in the example code.
|
2021-04-26 13:39:12 +01:00 |
robert-hh
|
4cc2b02432
|
sh1106.py: Change the pin selection in the example code.
The pins numbers of the example code did not match the RP2040.
This is fixed now.
|
2021-04-26 13:14:33 +02:00 |
Alasdair Allan
|
6baee41be0
|
Merge pull request #23 from lurch/patch-1
Typos in UART example
|
2021-04-08 11:58:36 +01:00 |
Alasdair Allan
|
e87f478c6c
|
Merge pull request #26 from lurch/fix_pio_freq
Change a couple of PIO examples to run at 2000Hz
|
2021-04-08 11:57:39 +01:00 |
Andrew Scheller
|
29214c7844
|
Change a couple of PIO examples to run at 2000Hz
Fixes #18
|
2021-03-13 18:02:03 +00:00 |
Andrew Scheller
|
0b887f6872
|
Typos in UART example
|
2021-02-26 18:21:40 +00:00 |
Alasdair Allan
|
ca2cc6673f
|
Merge pull request #21 from lurch/patch-1
Remove redundant linefeed
|
2021-02-25 11:12:39 +00:00 |
Alasdair Allan
|
36191d31b8
|
Typo
|
2021-02-25 10:57:21 +00:00 |
Alasdair Allan
|
7a76fe4b77
|
Final fix
|
2021-02-25 10:55:09 +00:00 |
Alasdair Allan
|
a20630fd89
|
Problem with toolchain rendering block
|
2021-02-25 10:52:27 +00:00 |
Alasdair Allan
|
c53509b7b4
|
Moved to loopback directory
|
2021-02-25 10:50:09 +00:00 |
Alasdair Allan
|
ede42d5671
|
Added BoM and modified source block
|
2021-02-25 10:41:58 +00:00 |
Alasdair Allan
|
974a82a6f1
|
Merge pull request #22 from 7west/master
A better example for UART on the Pico
|
2021-02-25 10:22:07 +00:00 |
7west
|
8b1bf5f30c
|
Update code, diagram, and README
Fixed things several errors.
|
2021-02-24 21:56:51 -05:00 |
7west
|
335ef9381e
|
Update README.adoc
Third attempt and a clean README
|
2021-02-24 21:42:22 -05:00 |
7west
|
c7b6734629
|
Update README.adoc
cleaned the formatting a little
|
2021-02-24 21:41:07 -05:00 |
7west
|
f0f802ef85
|
UART example update and README
First attempt
|
2021-02-24 21:39:50 -05:00 |
7west
|
8fbf61ced1
|
A potentially better example for UART on the Pico
|
2021-02-23 15:31:54 -05:00 |
Alasdair Allan
|
1b3960223b
|
Merge branch 'master' of github.com:raspberrypi/pico-micropython-examples
|
2021-02-23 09:44:38 +00:00 |
Alasdair Allan
|
873ab46394
|
Added UART example https://github.com/raspberrypi/pico-micropython-examples/issues/19#issuecomment-783668548
|
2021-02-23 09:43:04 +00:00 |
Andrew Scheller
|
61acd77270
|
Remove redundant linefeed
|
2021-02-22 15:42:29 +00:00 |
Alasdair Allan
|
5c4c80ef94
|
Merge pull request #15 from lurch/patch-1
Fix import in pio_spi.py
|
2021-02-04 11:50:01 +00:00 |
Andrew Scheller
|
f16d90de30
|
Fix import in pio_spi.py
|
2021-02-04 11:46:43 +00:00 |
Alasdair Allan
|
b89b320681
|
Merge pull request #4 from atrueresistance/patch-1
Added comments to the code example. LGTM.
|
2021-02-04 11:14:58 +00:00 |
Alasdair Allan
|
c873588693
|
Update pio_spi.py
Missing import, see comments in raspberrypi/pico-micropython-examples#14
|
2021-02-04 11:13:40 +00:00 |
Alasdair Allan
|
16c0439da6
|
Merge pull request #14 from hoihu/fix-led-blink-example
pio/pio_blink.py: fix missing rp2 import.
|
2021-02-04 11:12:23 +00:00 |
Martin Fischer
|
f4f14dbadc
|
pio/pio_blink.py: fix missing rp2 import.
|
2021-02-04 08:25:31 +01:00 |
Alasdair Allan
|
1ebb901045
|
Update README.md
|
2021-01-28 00:14:38 +00:00 |
Alasdair Allan
|
26a62a6bae
|
Update README.md
|
2021-01-28 00:00:26 +00:00 |
Alasdair Allan
|
9510fa2fc7
|
Update README.md
|
2021-01-27 23:58:53 +00:00 |
Frank Wiebenga
|
c8a19047b1
|
Update temperature.py
Add some comments from the RP2040 datasheet that helps new users understand where the constant number values came from.
|
2021-01-26 12:56:38 -06:00 |
Alasdair Allan
|
f62ca72c61
|
Another sqi -> spi fix
|
2021-01-26 10:36:07 +00:00 |
Alasdair Allan
|
1f3d258050
|
Merge branch 'master' of github.com:raspberrypi/pico-micropython-examples
|
2021-01-26 09:59:10 +00:00 |
Alasdair Allan
|
6f8fd53292
|
Fixed sqi thing. Doh
|
2021-01-26 09:59:00 +00:00 |
Alasdair Allan
|
728a64b629
|
Update README.md
|
2021-01-25 15:22:48 +00:00 |
Alasdair Allan
|
5b364b96fa
|
Update README.md
Typo
|
2021-01-25 15:20:58 +00:00 |
Alasdair Allan
|
033f466f5e
|
Create LICENSE.txt
|
2021-01-25 15:19:23 +00:00 |
Alasdair Allan
|
c2991d2676
|
Update README.md
|
2021-01-25 15:18:40 +00:00 |
Alasdair Allan
|
be3ade491b
|
Updated wiring diagram to use VBUS, see Github Issue #2
|
2021-01-25 14:05:45 +00:00 |
graham sanderson
|
2a6cfbb1d9
|
Initial Release
|
2021-01-20 10:52:33 -06:00 |