This driver simulates USB HID devices. Currently keyboard and mouse are implemented. Please ensure all dependencies are available on the CircuitPython filesystem ...
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle. The ...
ラズパイから文字を表示させてみたくて、OLEDを買った。 OLEDについて OLEDは、Organic Light Emitting Diodeの略称で、細かい分類はあるようだが、日本ではざっくりと有機ELと呼んでいるらしい。 SSD1306というのは、ドライバIC(チップ)のことらしい。 SSD1306という ...
前回Adafruit製のジャイロ基板をラズパイに接続してみました: 今回はPythonから基板にアクセスして姿勢情報などを取得してみましょう。 各種ライブラリをインストール この基板を扱う専用のPython APIである「adafruit-circuitpython-lsm9ds1」がAdafruit社から提供され ...
Today, we’ll build our own input devices. And they will be easy to create and write firmware for, they will work perfectly, and they will be cross-platform. We can do that with help of the Human ...
Last week it was announced that CircuitPython 4.0 is now available to download and test out. CircuitPython is Adafruit’s branch of MicroPython designed to “simplify experimentation and education on ...
Adafruit has announced this month the second release candidate of CircuitPython 6.0.0. The latest release brings a number of new enhancements to the CircuitPython platform, and is a programming ...