Python on Hardware weekly video 159 #CircuitPython #Python #MicroPython @Adafruit

preview_player
Показать описание
The wonderful world of Python on hardware! Episode 159 (December 1, 2021). This is our weekly Python video-newsletter-podcast! Ladyada and PT review the Python on hardware news & highlights of the week.

The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week.

The video playlist of episodes is here:

Sign up for the Python on Microcontrollers weekly email newsletter here:

Read the newsletters past and present at

Learn all about CircuitPython here:

Рекомендации по теме
Комментарии
Автор

Don't know if you'll see this, but I installed the beta and tried to install the asyncio library on my Feather Sense using Circup, but Circup never saw asyncio as an available library in the repository, even though it was there for me to download. I had to install it and the ticks dependency by hand, but it works! It's awesome! I was just at the point in my project where I needed multitasking, and I was starting to build my own timestamp based system, and then this came out! So helpful to have the asyncio library handling my task scheduling so I can just focus on the otger parts. I'm making a flight instrument for paragliding, by the way. Starting as just a variometer with sound feedback, but I've also got a Sharp memory display and a GPS unit that I'm going to incorporate as well. The Feather ecosystem makes that all so much simpler!

evanbarnes