UNPKG

opengpio

Version:

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

6 lines 200 B
export { Device } from './Device'; export { Input } from './Input'; export { Output } from './Output'; export { Pwm } from './Pwm'; export { Watch } from './Watch'; //# sourceMappingURL=index.d.ts.map