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
Return codes for digital-read-p
authored
Feb 28, 2019
by
Vince Mulhollon
Show whitespace changes
Inline
Side-by-side
API.md
View page @
a7aa3463
...
...
@@ -7,7 +7,7 @@ digital-direction.lisp - Set direction and pullup/down mode of a pin. Example:
(seesaw:digital-direction 'PA10 'InputPullUp)
</pre>
digital-read-p.lisp - Reads a bit from GPIO. Note, you should set the pin direction to input, before reading. Example:
digital-read-p.lisp - Reads a bit from GPIO
returning a T or NIL
. Note, you should set the pin direction to input, before reading. Example:
<pre>
(seesaw:digital-read-p 'PA10)
</pre>
...
...
...
...