Skip to content

Instantly share code, notes, and snippets.

@maciejkorsan
Created May 17, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maciejkorsan/2b144414e9e1d550373c51cc30d3ddbe to your computer and use it in GitHub Desktop.
Save maciejkorsan/2b144414e9e1d550373c51cc30d3ddbe to your computer and use it in GitHub Desktop.
const gpio = require('onoff').Gpio
const hyperdrive = new gpio(3,'out')
hyperdrive.writeSync(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment