Quellcode durchsuchen

Update: README.md

Satoshi Yoneda vor 13 Stunden
Ursprung
Commit
b313986b67
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  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