Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 458 Bytes

m

human to atm converter

client

gem install compass
npm install -d
npm install -g grunt-cli
grunt run

backend

cd ./backend
npm install -d
npm start

qualcomm gimbal

The iOS application (see ios folder) pushes the
gimbal's value to the m nodejs service.

The m client then polls the service's /gimbal
endpoint to retrieve the value. mad hax.