Parcourir la source

Update: README.md

Satoshi Yoneda il y a 13 heures
Parent
commit
b313986b67
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,6 +1,12 @@
 # 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