chipKIT32 / chipKIT32-MAX

Multi-platform IDE derived version from Arduino 0022 for the chipKit.
http://chipkit.net
Other
108 stars 76 forks source link

Fixed variable name conflict with index() function #597

Closed majenkotech closed 9 years ago

majenkotech commented 9 years ago

We're never going to be able to be compatible with this example because our c library has index() whereas the Arduino one doesn't. So all we can do is change our example so it works on MPIDE, but there's not a lot we can do about the one in the Arduino IDE.

majenkotech commented 9 years ago

Actually it seems that Arduino have already changed this variable in their IDE, so it's not a problem from that perspective. Ours still needs fixing though.

majenkotech commented 9 years ago

Actually, scratch this - there's more examples that need fixing. I think just importing the Arduino IDE's examples would be the best fix all round.