maa: Initial commit of maa, a python and nodejs I2C skeleton only
This commit is contained in:
5
examples/javascript/example.js
Normal file
5
examples/javascript/example.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var m = require("maajs")
|
||||
|
||||
console.log("maa version: " + m.get_version());
|
||||
|
||||
var r = new m.I2C(20, 21);
|
||||
Reference in New Issue
Block a user