ROBOTIS-GIT / DynamixelShield

DynamixelShield Library for Arduino
Apache License 2.0
17 stars 10 forks source link

Problem with Arduino Due #13

Closed 3sigma closed 4 years ago

3sigma commented 4 years ago

Hello,

In order to support Arduino Due, this line: https://github.com/ROBOTIS-GIT/DynamixelShield/blob/7712fd31fed1da681aa4bc9d8f4f7a0dc01f1313/src/DynamixelShield.h#L31

should be: #if defined(ARDUINO_AVR_UNO) || defined(ARDUINO_AVR_MEGA2560) || defined(ARDUINO_SAM_DUE)

Thanks in advance,

Nicolas

OpusK commented 4 years ago

Hi, @3sigma

Thank you for your bug report. We will fix it in a future release.

OpusK commented 4 years ago

@3sigma

I have released 0.1.5 At the end of the Arduino update cycle, it will be available in the library manager. (This may take up to several hours.)