backupbrain / ArduinoBoardManager

Arduino library to determine the Arduino models and features as well as the SDK version.
26 stars 16 forks source link

Problem with arduino due #7

Open iamdperez opened 7 years ago

iamdperez commented 7 years ago

First at all thanks for your contribution to the community. Well, it seams to me that you made a wrong copy and past in this line. But even writing the correct cpu value I still having a problem detecting my arduino due. Fortunally, I fixed it changing this -> __AVR_ATSAMD21G18A__ for this -> __SAM3X8E__

https://github.com/backupbrain/ArduinoBoardManager/blob/2b7be8a3c9a8b0ed30a3ce7cd093c98d77912804/ArduinoBoardManager.h#L112