Skip to content

Commit 24bfe4f

Browse files
authored
Fix: The Braccio carrier is targeting the Arduino Nano RP2040 Connect, not every available architecture. (#6)
1 parent 1260fc1 commit 24bfe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Board support library for the Arduino Braccio++ 6-DOF robot arm.
66
paragraph=This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.
77
category=Communication
88
url=https://www.arduino.cc/en/Braccio++/Braccio++
9-
architectures=*
9+
architectures=mbed,mbed_nano
1010
includes=Braccio++.h
1111
depends=lvgl

0 commit comments

Comments
 (0)