You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
General Purpose Input/Output (GPIO) pins are physical pins on an integrated circuit that can be controlled via software. A GPIO pin can be configured as an input to read the voltage value or as an output to change the voltage value. It only understands logical values (true/false) that map physically to a low value (the pin has the same voltage as ground) or a high value (the pin has the same voltage as the IOREF). GPIOs are often used to communicate with simple peripherals such as sensors and actuators. The plugin must control the GPIO through the app.
The text was updated successfully, but these errors were encountered:
Plugin Request
Name: GPIO
Package:
@capacitor-community/<gpio>
Platform(s)
Android and IOS.
Existing Solutions
Description
General Purpose Input/Output (GPIO) pins are physical pins on an integrated circuit that can be controlled via software. A GPIO pin can be configured as an input to read the voltage value or as an output to change the voltage value. It only understands logical values (true/false) that map physically to a low value (the pin has the same voltage as ground) or a high value (the pin has the same voltage as the IOREF). GPIOs are often used to communicate with simple peripherals such as sensors and actuators. The plugin must control the GPIO through the app.
The text was updated successfully, but these errors were encountered: