Alasdair Allan
Alasdair Allan
GTK+2 on the Mac is now based around XQuartz, X11 support has been dropped. My bet, and I haven't looked yet, is that you'd have to go in and modify...
Could you add a `README.adoc` file and accompanying wiring diagram, similar to that found in other examples, e.g. see [the NeoPixel ring](https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio/neopixel_ring) example.
> Regarding IRQs: Sharing the IRQ did not work, so I used relative IRQs. > That way, the Trigger needs to be the SM before the output program, so the...
> I suspect the best branch for this to be merged into should probably be `develop`? Yes. It'll need to be rebased onto `develop`. We don't accept PRs to `master`.
@peterharperuk We should get these PM values documented at some point.
> If you want to support Windows 7… There is no official support for Windows versions before Windows 10.
> Would it be possible to get an example of implementing a SPI Slave device in PIO? See PR #101 for an example.
> @aallan I believe #101 is implementing an SPI Slave using the SPI hardware interface, rather than using PIO as this issue is asking for? Yup. Reopened.
See also raspberrypi/pico-sdk#396.