Skip to content
Added seesawGPIODirection to the API authored by Vince Mulhollon's avatar Vince Mulhollon
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
## ulisp-seesaw implemented API ## ulisp-seesaw implemented API
seesawGPIODirection.lisp - Set direction and pullup/down mode of a pin. example: (seesawGPIODirection 'PA10 'InputPullUp).
seesawI2CAddr.lisp - All installations require this to configure the chip I2C addrs seesawI2CAddr.lisp - All installations require this to configure the chip I2C addrs
seesawReset.lisp - Software reset the seesaw chip - (seesawReset) does what you'd expect it to do. seesawReset.lisp - Software reset the seesaw chip - (seesawReset) does what you'd expect it to do.
... ...
......