jsseng / arduino_robot

1 stars 2 forks source link

do not allow input and output on same pin #59

Closed jsseng closed 9 years ago

jsseng commented 9 years ago

Should not be allowed:

define test1 = digitalIn[0]
define test2 = digitalOut[0]
ooee123 commented 9 years ago
define servo1 = servo[1]
define servo1again = servo[1]

should also not be allowed

ooee123 commented 9 years ago

Now, you cannot define an identifier to occupy a machine that's already taken