UNPKG

nixfilter-rpi-gpio

Version:

Filter for sending binary signal sequences via the GPIO pin of a Raspberry Pi

10 lines (8 loc) 164 B
'use strict'; // What this module exports module.exports = { filters: { 'rpi_gpio_send': require('./rpi_gpio_send') } }; //# sourceMappingURL=index.js.map