Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Application of uasyncio to hardware interfaces. Tutorial and code.

License

NotificationsYou must be signed in to change notification settings

peterhinch/micropython-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CPython supports asynchronous programming via theasyncio library.MicroPython providesasyncio which is a subset of this, optimised for smallcode size and high performance on bare metal targets. This repository providesdocumentation, tutorial material and code to aid in its effective use.

asyncio version 3

Damien has completely rewrittenasyncio which was released as V3.0. This isincorporated in all recent firmware builds. The resources in this repo may be found in thev3 directory. These include a tutorial, synchronisation primitives, drivers,applications and demos.

Concurrency

Other documents provide hints on asynchronous programming techniques includingthreading and multi-core coding.

uasyncio version 2

This is obsolete: code and docs have been removed.

About

Application of uasyncio to hardware interfaces. Tutorial and code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp