-
Notifications
You must be signed in to change notification settings - Fork 8
Raspberry Pi
Automate actions using the Raspberry Pi's GPIO.
The GPIO are mapped to Broadcom. Checkout https://pinout.xyz to get the pins numbers.
The mode can be set to: input
, output
, GPIO
and PWM
.
The pull can be set to off
, down
and up
.
The digital can be set to write
and pwm
.
The analog can be set to write
.
You can only use digital or analog - not both of them
The mode can be set to: input
, output
, GPIO
and PWM
.
The pull can be set to off
, down
and up
.
The digital can be set to read
. When set to read, you need to specify the pin to read on, in the value field.
The analog can be set to read
. When set to read, you need to specify the pin to read on, in the value field.
The value for a digital read would be either 0
or 1
.
You can only use digital or analog - not both of them
- Home
- Requirements
- Install NimHA
- Optional
- Modules
- Tutorials (helpers, etc.)
- Development