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 (4 loc) 126 B
export { Device } from './Device'; export { Pin } from './Pin'; export { Pwm } from './Pwm'; export { Watch } from './Watch';