Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Added seesawGPIODirection to the API
authored
Feb 17, 2019
by
Vince Mulhollon
Hide whitespace changes
Inline
Side-by-side
API.md
View page @
f46c81b0
...
@@ -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.
...
...
...
...