Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 1209/6870/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: pid
title: hidpin
owner: yukke.org
license: MIT
site: https://github.com/yukkeorg/hidpin
source: https://github.com/yukkeorg/hidpin
---
hidpin turns an RP2040 board (Raspberry Pi Pico, Adafruit QT Py RP2040) into a
vendor-defined USB HID device that reports the state of its GPIO pins. The host
receives debounced pin levels together with timestamped edge events, configures
pull-ups, pull-downs and debounce times per pin, and can drive output pins.
Firmware (Pico SDK + TinyUSB) and a Python host library and CLI are in the
source repository.
6 changes: 6 additions & 0 deletions org/yukke.org/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: org
title: yukke.org
site: https://github.com/yukkeorg
---
Open source tools and firmware for microcontroller boards.