Braccio ARM & UNO - Error compiling for board Arduino/Genuino Uno.

Hi all,

Re Tinkerbit Braccio ARM ad UNO

I keep getting the following error when uploading the various basic sketch onto UNO, any advice would be gratefully appreciated.

Thanks

Arduino: 1.8.4 (Windows 7), Board: "Arduino/Genuino Uno"

C:\Users\LR\Documents\Arduino\examples\simpleMovements\simpleMovements.ino:13:21: fatal error: Braccio.h: No such file or directory

#include <Braccio.h>

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Try to use "
#include "Braccio.h"

Then check if you really have this file (library) in your library folder, it is near your sketches

Thanks, but file not present, is there an extension required?

You need to find that file (library) use google or check the site where did you bought it

I just assembled my tinkerkit braccio over the weekend.

You need to add the braccio library from here:

... into your Arduino IDE