more tinkering
This commit is contained in:
@ -106,7 +106,7 @@ namespace sensors.internal {
|
||||
}
|
||||
}
|
||||
|
||||
function init() {
|
||||
export function init() {
|
||||
if (sensorInfos) return
|
||||
sensorInfos = []
|
||||
for (let i = 0; i < DAL.NUM_INPUTS; ++i) sensorInfos.push(new SensorInfo(i))
|
||||
|
@ -55,7 +55,7 @@ namespace motors {
|
||||
Size = 12
|
||||
}
|
||||
|
||||
function init() {
|
||||
export function init() {
|
||||
if (pwmMM) return
|
||||
pwmMM = control.mmap("/dev/lms_pwm", 0, 0)
|
||||
if (!pwmMM) control.fail("no PWM file")
|
||||
|
Reference in New Issue
Block a user