summaryrefslogtreecommitdiff
path: root/main/gpio-expander.cpp
AgeCommit message (Collapse)Author
2022-11-07Split driver-y things into a separate componentjacqueline
2022-10-19WIP sketch out init sequencejacqueline
2022-10-12use hpp instead of hjacqueline
2022-10-12WIP use result<> and RAIIjacqueline
2022-10-07Add a little wrapper for I2C thingsjacqueline
2022-10-06Neaten up the gpio api, use RAII, make it thread safejacqueline
2022-10-05Start on configuring the DAC over i2cjacqueline
2022-10-01Implement gpio settingjacqueline
2022-09-30working adc and wall power detectionjacqueline
2022-09-28iterate on gpio expander bit flippingjacqueline
2022-09-21Fix -fpermissive errorsjacqueline
2022-09-21Add a basic i2c gpio expander implementationjacqueline