GPIO Open

Kalipso - Form - Actions - Actions Description - Group Others - GPIO Open

Open a specific Pin to read/write.

Action available for the following operating systems:

Parameters

  • Pin <string, variable or control> - The Pin to open.

You need to call this action before any other GPIO elated action to work with a GPIO.

Kalipso can interact with GPIO pins for Android and Windows 10. Using GPIO actions you can read the binary state or control the on/off output state. To open a connection with a GPIO port you need to know the unique name of the port. Call GPIO Get List action to get the list of available ports.

When a PIN state changes the GPIO State Changed event is triggered. Use action GPIO Config Input Event to configure how this event works and where to store the PIN and state values.

Last updated