Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 613 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 613 Bytes

This repository contains C library for BOB3 board needed to compile code with arduino-builder. BOB3 web-site: http://www.bob3.org/ Original sourceforge repository: https://sourceforge.net/projects/nibo/ Please note that this was extracted from a bigger library supporting all nicai-systems robots. Nicai systems web-site: http://www.nicai-systems.com/

To build the library run once.sh and the resulting .a file will land in bob3/lib folder

To update the resources copy bob3/lib and bob3/include to ora-cc-rsc/RobotArdu/libraries/Bob3 folder

To update the build script copy bob3/bob3.sh to ora-cc-rsc/RobotArdu