Zumo32U4 library
|
Version: 1.2.0
Release date: 2020-09-11
www.pololu.com
This is a C++ library for the Arduino IDE that helps access the on-board hardware of the Zumo 32U4 robot.
The user's guide for the Zumo 32U4 robot is here:
https://www.pololu.com/docs/0J63
Several example sketches are available that show how to use the library. You can access them from the Arduino IDE by opening the "File" menu, selecting "Examples", and then selecting "Zumo32U4". If you cannot find these examples, the library was probably installed incorrectly and you should retry the installation instructions above.
The main classes and functions provided by the library are listed below:
This library also includes copies of several other Arduino libraries inside it which are used to help implement the classes and functions above.
You can use these libraries in your sketch automatically without any extra installation steps and without needing to add any extra #include
lines to your sketch.
You should avoid adding extra #include
lines such as #include <Pushbutton.h>
because then the Arduino IDE might try to use the standalone Pushbutton library (if you previously installed it), and it would conflict with the copy of the Pushbutton code included in this library. The only #include
lines needed to access all features of this library are:
isPlaying
method to malfunction sometimes when link time optimization is enabled. Also incorporated some minor fixes to the QTRSensors and LSM303 libraries.