Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pi-gpio
master
Pi
GPIOPin
Mode
State
Built with Crystal 1.9.2
2023-10-07 18:02:24 UTC
enum
Pi::GPIOPin::Mode
Defined in:
pi-gpio.cr
Enum Members
Input
=
0
Output
=
1
Undefined
=
-1
Instance Method Summary
#input?
#output?
#undefined?
Instance Method Detail
def
input?
#
[
View source
]
def
output?
#
[
View source
]
def
undefined?
#
[
View source
]