capacitor-gpio-rk
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

capacitor-rk3588-gpio

Controlador para placa rk3588 para control de puertos GPIO

Install

npm install capacitor-rk3588-gpio
npx cap sync

API

setGpioOutput(...)

setGpioOutput(options: { gpio: string; value: boolean; }) => Promise<void>
Param Type
options { gpio: string; value: boolean; }

getGpioInput(...)

getGpioInput(options: { gpio: string; }) => Promise<{ value: boolean; }>
Param Type
options { gpio: string; }

Returns: Promise<{ value: boolean; }>


getDeviceId()

getDeviceId() => Promise<{ macAddress: string; }>

Returns: Promise<{ macAddress: string; }>


Readme

Keywords

Package Sidebar

Install

npm i capacitor-gpio-rk

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

20.8 kB

Total Files

21

Last publish

Collaborators

  • flakilicuxxx