jsseng / arduino_robot

1 stars 2 forks source link

call init() as first function #43

Closed jsseng closed 9 years ago

jsseng commented 9 years ago

The C code should call init() as the first function. This initializes various board settings.

ooee123 commented 9 years ago

Gotcha. It's the first line in main

jsseng commented 9 years ago

When I run it with test3.txt, I don't see the init() in there.