17 Commits

Author SHA1 Message Date
Tom Messick
4f64f3af80 Prevent extra bit transition at end of data
The initial bit transition would be set even if the queue stalled.
The state machine still takes 16 cycles per bit
The next bit starts on state 1 and 9 instead of 0 and 8 so the timing is the same as before
2021-06-02 16:04:50 +01:00
Andrew Scheller
4d7882bc59 Fix examples to build cleanly if PICO_DEFAULT_LED_PIN isn't defined 2021-03-04 20:54:52 -06:00
Andrew Scheller
b369755d6f Small changes to the binary_info pin names 2021-03-04 18:46:43 -06:00
Andrew Scheller
83f0eed8c5 Update some of the SPI examples to use PICO_DEFAULT_SPI and binary_info 2021-03-04 18:46:43 -06:00
graham sanderson
112a592349 generated python is changed 2021-03-01 10:18:35 -06:00
graham sanderson
3c82d8aa2b fixup examples based on default pin #define-s and also support them being undefined 2021-03-01 09:43:10 -06:00
graham sanderson
614ee3f2d2 make pio-blink use correct sys clock value 2021-03-01 09:27:22 -06:00
Ha Thach
1be0e7fc28
change blink to use PICO_DEFAULT_LED_PIN to support other boards (#57)
* change blink to use PICO_DEFAULT_LED_PIN to support other boards

* also update pio/pwm and picoboard/blinky system/hello_double_tap
2021-02-22 15:08:12 +00:00
Luke Wren
b9b5b4f121 typo in comment 2021-02-11 11:35:55 -06:00
Luke Wren
5441888fa1 Fix garbage at start when doing repeated capture with non-po2 sample size 2021-02-11 11:35:55 -06:00
Luke Wren
80189633b1 Fix logic analyser for non-power-of-2 sample widths, and clean and comment. 2021-02-11 11:35:55 -06:00
Luke Wren
b4b25e1f0d Fix copyright date, add comment clarifying FIFO behaviour 2021-02-11 11:33:07 -06:00
Luke Wren
dbe9a66898 Add pio_clocked_input example 2021-02-11 11:33:07 -06:00
Henry Gabryjelski
8b016f0bcb
Fix #41 - Remove debug pin per @kilograham (#47) 2021-02-11 17:09:09 +00:00
Graham Sanderson
0d3b9d7cbc
Remove incorrect inverted dependency on Pioasm which broke Ninja build (#24) 2021-02-01 08:03:14 -06:00
Andrew Scheller
13f89f6282
Standardise references to Raspberry Pi Pico SDK (#21) 2021-01-30 11:16:32 -06:00
graham sanderson
46078742c7 Initial Release 2021-01-20 16:45:01 -06:00