UNPKG

opengpio

Version:

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

4 lines 125 B
export { Device } from './Device'; export { Pin } from './Pin'; export { Pwm } from './Pwm'; export { Watch } from './Watch';