-
Notifications
You must be signed in to change notification settings - Fork 4
Get Point (Pullup)
AutomationDirect edited this page Jan 8, 2020
·
1 revision
Retrieve the state of an input pin on an Arduino module and set the pin to 'pullup' mode.
Use the 'pin #' to select which digital pin to retrieve input data from. The 'Get Point (Pullup)' sets the pin to 'pullup' mode, so the block returns 'HIGH' when the pin is not powered and 'LOW' when the pin is powered.
- For more information on the 'pullup' functionality, see the Arduino Tutorials