UNPKG

@okee-tech/rppal

Version:

Raspberry Pi peripheral access library for Node.js using `napi-rs` bindings from Rust's `rppal` crate

9 lines (7 loc) 137 B
// mock/index.js const gpio = require("./gpio.js"); const i2c = require("./i2c.js"); module.exports = { ...gpio, ...i2c, };