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
Issue both with the LED_RED and with LED_BLUE.
These names are used in one of their header files, as part of an enum that is part of a name space.
Suggested Fix:
Remove these two defines from those two files. As far as I could tell, these defines were the only place in the cores project that defines or uses these two names.
Removing them allowed the sketch to build and run.
The text was updated successfully, but these errors were encountered:
As I mentioned on the forum (https://forum.arduino.cc/t/robotis-dynamixel-shield-code-does-not-compile/1150975)
The Robotis libraries which are used with their Arduino shield:
https://en.robotis.com/shop_en/item.php?it_id=902-0146-000
Does not compile for the new UNO R4 boards.
More details on the forum posting.
To reproduce, install those libraries using the library manager.
Load one of the examples, I used the scan_dynamixel.ino.
And try compile.
The issue, is with these defines:
Issue both with the LED_RED and with LED_BLUE.
These names are used in one of their header files, as part of an enum that is part of a name space.
Suggested Fix:
Remove these two defines from those two files. As far as I could tell, these defines were the only place in the cores project that defines or uses these two names.
Removing them allowed the sketch to build and run.
The text was updated successfully, but these errors were encountered: