kopia lustrzana https://github.com/peterhinch/micropython-samples
README: Add reference to monitor.
rodzic
308367776d
commit
ad9459767d
|
@ -309,9 +309,12 @@ Unlike the code samples these are fully documented and supported.
|
||||||
## 5.1 uasyncio
|
## 5.1 uasyncio
|
||||||
|
|
||||||
[Tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md)
|
[Tutorial](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md)
|
||||||
|
Main focus: using uasyncio to drive and communicate with hardware devices.
|
||||||
[Drivers](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/DRIVERS.md)
|
[Drivers](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/DRIVERS.md)
|
||||||
Asynchronous device drivers for switches, pushbuttons and ADC's. Also has
|
Asynchronous device drivers for switches, pushbuttons and ADC's. Also has
|
||||||
information on interfacing interrupts to uasyncio.
|
information on interfacing interrupts to uasyncio.
|
||||||
|
[Asynchronous monitor](https://github.com/peterhinch/micropython-monitor) Use a
|
||||||
|
raspberry Pico and a logic analyser or scope to monitor asynchronous code.
|
||||||
[Schedule](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/SCHEDULE.md)
|
[Schedule](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/SCHEDULE.md)
|
||||||
Schedule events at specified times and dates.
|
Schedule events at specified times and dates.
|
||||||
[HTU21D](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/HTU21D.md)
|
[HTU21D](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/HTU21D.md)
|
||||||
|
|
Ładowanie…
Reference in New Issue