Tip |
---|
This page overviews how the different elements of the CrcDuino system come together to allow controlling a robot. |
The CrcDuino system is the sum set of 3 distinct elements:
...
CrcLib is a C/C++ library designed to easily program a CrcDuino controller using Arduino IDE (or any other Arduino compatible IDE). CrcLib is a toolbox of programming functions that allows the robot controller code to interact with the robot components and the outside world using the its I/O of the CrcDuino controller.
It’s been continuously developed and improved by CRC Robotics since 2019 and will continue to evolve thanks to user feedback.
...