Changes
Page history
Update API
authored
Feb 16, 2019
by
Vince Mulhollon
Hide whitespace changes
Inline
Side-by-side
API.md
View page @
7372d60f
...
...
@@ -2,11 +2,15 @@
## ulisp-seesaw implemented API
(nothing implemented)
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.
seesawPWM.lisp - Set a pin to output a PWM signal - (seesawPWM 'PA04 #x7f) would set an adafruit backlight to half brightness
## CircuitPython seesaw API
This API
is based
on the CircuitPython API for the seesaw:
This API
was originally based in spirit up
on the CircuitPython API for the seesaw:
https://adafruit.github.io/Adafruit_Python_seesaw/classAdafruit__Seesaw_1_1seesaw_1_1Seesaw.html
...
...
...
...