Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 989 Bytes

Tessel GPIO Controller

Build Status Coverage Status

What

A small Tessel test project with at its core GPIO input.

For now, it's just spitting out some logs. Eventually the input should be used for something, not quite there yet.

Why

Why not?

Setting it up

You'll need a few basic buttons and a Tessel 2. Not avocating going around town stealing neighbour's door bells, but those would work fine.

You'll need to map the port and pin you are connecting your buttons to by adjusting the config.json file. The amount of buttons you can hook up is limited by the Tessel's GPIO pins.

t2 run app.js --lan

or when you want to persist to the Tessel:

t2 push app.js --lan