diff --git a/1209/6870/index.md b/1209/6870/index.md new file mode 100644 index 00000000..892573c8 --- /dev/null +++ b/1209/6870/index.md @@ -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. diff --git a/org/yukke.org/index.md b/org/yukke.org/index.md new file mode 100644 index 00000000..5e07086a --- /dev/null +++ b/org/yukke.org/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: yukke.org +site: https://github.com/yukkeorg +--- +Open source tools and firmware for microcontroller boards.