Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control General Purpose Input/Output (GPIO) #194

Open
ronaldopiresdias13 opened this issue Feb 9, 2023 · 0 comments
Open

Control General Purpose Input/Output (GPIO) #194

ronaldopiresdias13 opened this issue Feb 9, 2023 · 0 comments

Comments

@ronaldopiresdias13
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant