[https://www.pololu.com/category/123/pololu-qtr-reflectance-sensors]
. Since the
[https://www.pololu.com/product/1419]
has the same interface as the QTR RC reflectance
sensors, the ZumoReflectanceSensorArray library uses QTRSensors to read the sensor array.
PololuBuzzer
[https://github.com/pololu/pololu-buzzer-arduino]
enables playing notes and songs on a
buzzer. For boards based on the ATmega328P, this library uses Timer 2 and pin 3 (PD3/OC2B). For
boards based on the ATmega32U4, this library uses Timer 4 and pin 6 (PD7/OC4D). This library will
conflict will other libraries that use the same timer or pin.
Pushbutton
[https://github.com/pololu/pushbutton-arduino]
provides a set of functions that are useful for
detecting and debouncing pushbutton presses. While the most obvious application of this library is to
work with the Zumo Shield’s user pushbutton on digital pin 12, this library can be used as a general-
purpose library for interfacing many types of buttons and switches to an Arduino, even without a Zumo
Shield.
Pololu Zumo Shield for Arduino User’s Guide
© 2001–2019 Pololu Corporation
6. Zumo Shield Arduino library
Page 43 of 52