Skip to content

harryheng/Arduinojs

 
 

Repository files navigation

Arduinojs

Any application that can ge written in JavaScript will eventually be written in JavaScript Jeff Atwood Use node v0.10.26

Restful api server includes javascript wrapper for openFPGAdunino library

Only support value argument for openFPGAdunino api library. There is no structure or object support yet.

Install the nodejs and nodejs-gyp:

apt-get install nodejs

npm install -g node-gyp

Build the project:

make

Test the project:

make test

Use editor.swagger.io to edit swagger.json

Simulate the project in PC:

node server.js --sim

About

javascript for openFPGAdunino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • HTML 14.1%
  • C++ 9.3%
  • Objective-C 1.1%
  • Makefile 1.1%
  • Python 0.3%
  • Shell 0.1%