jsseng / arduino_robot

1 stars 2 forks source link

missing semicolons in output #37

Closed jsseng closed 9 years ago

jsseng commented 9 years ago

Try this:

define i = analogPinIn[0]

when start {
   variable a = 0
   variable b = 0
   display "hello"
   a = get i
   b = get i
   }
ooee123 commented 9 years ago

Thanks, got it to work again. Semi colons added and new lines added for assignment statements.

Update in a couple of hours on taking generated C-code and compiling it for atmega