You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I borrowed an Arduino Due from Mike, so next struggle: my LED library doesn't work with it..
Is there an easy way to convert the library? As far as I could learn from the internetz, the library is probably written for AVR, while the Due uses ARM. Now, I have absolutely no idea what that means, but maybe any of your smart brains does?
I'm hoping there might be an easy solution of commenting a certain line or copying something over, as some forum posts suggest, but it's a bit over my head.
I don't know anything about the different platforms, but it looks like the next release of this library will have Due support as per this post. Maybe if you can find the github account of this guy from the comment, it might have the Due implementation.
If you post the code you were running on the Leonardo, I could try and make some guesses about what could be optimized?
Hello there (again),
I borrowed an Arduino Due from Mike, so next struggle: my LED library doesn't work with it..
Is there an easy way to convert the library? As far as I could learn from the internetz, the library is probably written for AVR, while the Due uses ARM. Now, I have absolutely no idea what that means, but maybe any of your smart brains does?
I'm hoping there might be an easy solution of commenting a certain line or copying something over, as some forum posts suggest, but it's a bit over my head.
The newest version of the LED library can be found here:
https://code.google.com/p/fastspi/downloads/list
Here's a forum post about something similar (also over my head):
http://forum.arduino.cc/index.php?topic=129407.0
Any suggestions much appreciated!
Thanks
The text was updated successfully, but these errors were encountered: