Support » Pololu Zumo 32U4 Robot User’s Guide »
6. Zumo 32U4 Arduino library
The Zumo 32U4 can be programmed from the Arduino IDE as described in the preceding sections.
To help interface with all the on-board hardware on the Zumo 32U4, we provide the Zumo32U4 library. The Zumo32U4 library documentation provides detailed information about the library, and the library comes with several example sketches.
Use the Library Manager in version 1.8.10 or later of the Arduino software (IDE) to install this library:
- In the Arduino IDE, open the “Sketch” menu, select “Include Library”, then “Manage Libraries…”.
- Search for “Zumo32U4”.
- Click the Zumo32U4 entry in the list.
- Click “Install”.
- If you see a prompt asking to install missing dependencies, click “Install all”.
After you install the Zumo32U4 library, you can learn more about it by trying the included example sketches and by reading the Zumo32U4 library documentation.