myCobot-User-Mannul-EN-V20201231

Table Of Contents
Shenzhen Elephant Robotics Technology Co., Ltd.
18
Button A: Start Playing the Recorded Action
Button B: Pause
Button C: Exit Playback
4.2 Arduino Libraries
A library is a collection of codes that allows you to easily connect and use sensors, displays,
modules, etc. For example, the built-in LiquidCrystal library can realize easy communication with
character LCD displays.
The functions of Arduino development board can be expanded when using the library. Because of
the library, we can easily realize the collaboration between Arduino and external hardware or data
communication. Arduino IDE is pre-installed with a series of standard library files. At the same time, you
can also install and import third-party libraries (such as open source libraries downloaded from the
Internet) into Arduino IDE. You can even create libraries and import them into Arduino IDE. The
existence of the library helps users to bypass more specialized content such as registers and address
pointers, greatly reducing the difficulty of development.
If you need to know how to add third-party libraries for the installation of ARDUINO IDE, please
refer to the driver installation address and method:
https://docs.m5stack.com/#/zh_CN/arduino/arduino_development
You can also check out our Github for more information.
https://github.com/elephantrobotics/myCobot
As follows: