bc4b71e0d6
* show ports on start * don't run show ports automatically * polarity in synched motor (#945) * account for polarity * more comments * handle dual motor in runtime * invert steer * don't use firmware polarity * add block to stop program (#943) * add block to stop program * renaming * fix translation
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
// This is the last thing executed before user code
|
|
console.addListener(function(msg: string) {
|
|
control.dmesg(msg.substr(0, msg.length - 1))
|
|
})
|
|
|
|
brick.showBoot(); |