opengpio
Version:
A performant c++ based general purpose GPIO controller for linux devices. OpenGPIO is written using libgpiod, line & chip based abstractions.
13 lines (12 loc) • 738 B
text/typescript
export { default as NanoPi_NEO3 } from './NanoPi_NEO3';
export { default as RaspberryPi_2B } from './RaspberryPi_2B';
export { default as RaspberryPi_3B } from './RaspberryPi_3B';
export { default as RaspberryPi_3BPlus } from './RaspberryPi_3BPlus';
export { default as RaspberryPi_4B } from './RaspberryPi_4B';
export { default as RaspberryPi_400 } from './RaspberryPi_400';
export { default as RaspberryPi_5B } from './RaspberryPi_5B';
export { default as RaspberryPi_ZeroW } from './RaspberryPi_ZeroW';
export { default as RaspberryPi_Zero2W } from './RaspberryPi_Zero2W';
export { default as OrangePi_5 } from './OrangePi_5';
export { default as Radxa_Rock_S0 } from './Radxa_Rock_S0';
export { default as Default } from './Default';