car_fmw: turn green led on when car loaded

This commit is contained in:
e5l
2016-08-23 16:12:30 +03:00
parent c04f1d207e
commit 0e8f7c1b7b
+2
View File
@@ -7,6 +7,8 @@ fun main() {
Sonar.init()
Connection.init()
Leds.set(Leds.GREEN, true)
/* car task */
Control.run()
}