使用舵机库
var mag7 = require("mag7"); var sm = require("servomotor");
打开设备
var m = sm.open(mag7.D1);
设置角度(-90到90)
m.angle(45);
关闭设备
m.close();