UNPKG

opengpio

Version:

A performant c++ based general purpose GPIO controller for linux devices. OpenGPIO is written using libgpiod, line & chip based abstractions.

5 lines 164 B
export { Device } from './Device'; export { Input } from './Input'; export { Output } from './Output'; export { Pwm } from './Pwm'; export { Watch } from './Watch';