Patryk Kościk
850d5e95f4
Merge 6951ef525c
into 712964b1d9
2024-01-22 13:06:33 +00:00
Alasdair Allan
712964b1d9
Merge pull request #71 from raspberrypi/revert-66-wireless_fix_pin
...
Revert "webserver.py: Change `Pin 15` to `Pin LED`"
2024-01-22 03:41:00 -07:00
Alasdair Allan
23c8dd5082
Revert "webserver.py: Change `Pin 15` to `Pin LED`"
2024-01-22 10:40:12 +00:00
Alasdair Allan
956d008664
Merge pull request #66 from pkoscik/wireless_fix_pin
...
webserver.py: Change `Pin 15` to `Pin LED`
2024-01-22 02:49:29 -07:00
Alasdair Allan
2cfb06c8f7
added bluetooth example code
2023-06-14 10:58:24 +01:00
Patryk Koscik
6951ef525c
webserver.py: Fix parameter handling
...
This patch applies:
- use `request.decode()` instead of `str()` cast
- replace `string.find()` with pythonic `string in string`
- replace `led.value()` with `led.{on/off}`
- catch all unhandled arguments and display instructions
- rename `statusis` to `text`
- remove not used `e` in `except`
2023-05-12 22:30:27 +02:00
Patryk Koscik
a047fdb59f
wireless: Change `Pin 15` to `Pin LED`
2023-05-12 21:38:35 +02:00
Alasdair Allan
35f9a54463
Merge pull request #62 from tobybroberts/patch-2
...
Revert "LED" to Pin 25
2023-03-01 16:13:32 +00:00
Toby Roberts
4663e8c922
Revert "LED" to Pin 25
2023-03-01 16:11:40 +00:00
Alasdair Allan
93b03d8b3a
Merge pull request #60 from tobybroberts/patch-1
...
Changed Pin 25 to "LED"
2023-03-01 15:54:16 +00:00
Alasdair Allan
5a823b14c5
added webserver example
2023-03-01 15:53:15 +00:00
Toby Roberts
07a5c25dae
Revert to Pin 25 from "LED"
2023-02-28 14:08:54 +00:00
Toby Roberts
4edbf0e18a
Revert to Pin 25 from "LED"
2023-02-28 14:07:55 +00:00
Toby Roberts
18ee8b84e5
Revert to Pin 25 from LED
2023-02-28 14:06:31 +00:00
Toby Roberts
036f6a1433
Changed Pi 25 to "LED"
2023-02-28 13:33:26 +00:00
Toby Roberts
d5be37bae4
Changed Pin 25 to "LED"
2023-02-28 13:31:06 +00:00
Toby Roberts
38af55dc13
Changed Pin 25 to "LED"
2023-02-28 13:29:55 +00:00
Toby Roberts
10f07acf74
Changed Pin 25 to "LED"
2023-02-28 12:48:28 +00:00
Toby Roberts
2a52d769f8
Changed Pin 25 to "LED"
2023-02-28 11:59:47 +00:00
Alasdair Allan
c82971b6e0
Merge pull request #49 from henley-regatta/master
...
Updated to use Alias for LED supporting Pico W
2022-07-06 15:16:15 +01:00
henley-regatta
abc908d289
Updated to use Alias for LED supporting Pico W
...
as well as Pico using newer firmware
2022-07-01 11:55:51 +01:00
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