Wykres commitów

77 Commity (b1bb2c310ed9240336f6109371e640f7b015f992)

Autor SHA1 Wiadomość Data
Thomas A. b1bb2c310e
Merge 5861e61089 into 1dc8d73a08 2024-08-19 20:43:47 -03:00
nate contino 1dc8d73a08
Merge pull request #76 from raspberrypi/trim_whitespace
Trim trailing whitespace from example Micropython code
2024-08-16 16:24:01 +01:00
Andrew Scheller 609ab9c79f Trim trailing whitespace from example Micropython code 2024-08-16 16:17:18 +01: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 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
Thomas A 5861e61089 Fix polarity of screenshot
oops
2021-04-08 16:51:54 +02:00
Thomas A e0658486d8 Update Example to 2 Servos 2021-04-08 16:49:52 +02:00
Thomas A 54002ee6ff Make use of a single ServoTrigger for multiple Servo PIOs 2021-04-08 16:46:47 +02:00
Thomas A ff011f90e4 Rename class to be more pythonic 2021-04-08 16:35:14 +02:00
Thomas A 2b64fb844a Make example code loop forever 2021-04-08 16:33:52 +02:00
Thomas A f27cda6cf9 Update README.adoc
Document concept.
2021-04-08 15:08:45 +02:00
Thomas A 117c1232f2 Add Trigger/Program relationship to Readme and example 2021-04-08 15:00:34 +02:00
Thomas A b11ff90f0b Add documentation, clean up comments 2021-04-08 14:55:52 +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
Thomas A e649f521f9 Add PIO example for servo control
Controls one servo at GP16 and additionally the LED (to see, if it's doing anything, and to demonstrate usage of two servo outputs)
2021-04-08 12:21:43 +02: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