|
@@ -1,6 +1,12 @@
|
|
# Picoシリーズと4x4キーパッドを使ったUSB接続キーパッド
|
|
# Picoシリーズと4x4キーパッドを使ったUSB接続キーパッド
|
|
|
|
|
|
-Raspberry Pi Picoシリーズで動くUSB接続キーパッドのサンプルです。詳細は[この記事](https://fabcross.jp/category/make/raspberrypi_pico_weekend/20250305_pio_program.html)を参照してください。
|
|
|
|
|
|
+Raspberry Pi Picoシリーズで動くUSB接続キーパッドのサンプルです。詳細は[この記事](https://fabcross.jp/category/make/raspberrypi_pico_weekend/20250305_pio_program.html)と[この記事](https://fabcross.jp/category/make/raspberrypi_pico_weekend/20250306_usb_hid_keyboard.html)を参照してください。
|
|
|
|
+
|
|
|
|
+## Features
|
|
|
|
+
|
|
|
|
+* キーパッドスキャンをCPUから独立したPIOで実行
|
|
|
|
+* OLED表示をサブCPUで実行
|
|
|
|
+* OLED表示とキーパッドスキャンをメインCPUから独立させた高レスポンス設計
|
|
|
|
|
|
## Requirements
|
|
## Requirements
|
|
|
|
|