wishfoundry / rpi-sandbox

rasberry pi playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-sandbox

to install a new system:

wget -O - https://raw.githubusercontent.com/wishfoundry/rpi-sandbox/master/install.sh | sudo bash

to start in dev mode, enter in terminal:

npm run dev

to start in lightweight/production mode

npm run build
npm run start

setting the GPIO pins is in

src/server/commands.js

changes to the routine should be done in

src/server/runCycle.js

About

rasberry pi playground


Languages

Language:JavaScript 85.9%Language:Shell 13.5%Language:HTML 0.6%