DefinitelyTyped/types/raspi-peripheral/raspi-peripheral-tests.ts
2017-11-18 15:31:32 -08:00

6 lines
155 B
TypeScript

import { Peripheral } from 'raspi-peripheral';
const myPeripheral = new Peripheral('GPIO2');
myPeripheral.alive;
myPeripheral.pins.filter((pin) => true);