Add dmesg, compilation fixes

This commit is contained in:
Michal Moskal
2017-07-01 12:43:10 +02:00
parent 33b9bba2a9
commit 2fe2f93abc
4 changed files with 24 additions and 9 deletions

View File

@ -3,9 +3,11 @@ let f = 0.5
let plus = i + f
let minus = i - f
let r = Math.random()
let ri = Math.randomRange(5, 10)
while (true) {
let r = Math.random()
serial.writeValue("R", r)
loops.pause(1000)
}
loops.forever(() => {
loops.pause(100)
})
//loops.forever(() => {
//})