Commit Graph

2 Commits

Author SHA1 Message Date
Doug Brown
a80cde0595 Add support for GPIO pulldown control
Note that it does nothing on the AVR, which doesn't support it.
2023-07-17 20:11:07 -07:00
Doug Brown
47155a7e7d Add GPIO driver
Provide the basic functionality for setting direction, turning on and
off, toggling, reading inputs, and enabling/disabling pullups.

This chip also provides pulldowns, so in the future I will also
implement pulldown control so we can detect shorts to 5V.
2023-06-25 11:41:19 -07:00