source: rtos_arduino/trunk/arduino_lib/libraries/ZumoShield/QTRSensors.dox@ 232

Last change on this file since 232 was 232, checked in by ertl-honda, 8 years ago

Zumo用ライブラリの追加

File size: 1.2 KB
Line 
1/*! \file QTRSensors.h
2 *
3 * This library is included in the Zumo Shield libraries as a dependency for the
4 * ZumoReflectanceSensorArray library. If you are programming an Arduino on a
5 * Zumo, you should generally use the ZumoReflectanceSensorArray library instead
6 * of using the %QTRSensors library directly.
7 *
8 * For documentation specific to the %QTRSensors library, please see the [user's
9 * guide](http://www.pololu.com/docs/0J19) on Pololu's website.
10 *
11 *
12 * \class QTRSensors QTRSensors.h
13 * \brief <em>(%ZumoReflectanceSensorArray dependency)</em>
14 *
15 * This class is part of the \ref QTRSensors.h "QTRSensors" library, which is
16 * included in the Zumo Shield libraries as a dependency for the
17 * ZumoReflectanceSensorArray library. If you are programming an Arduino on a
18 * Zumo, you should generally use the ZumoReflectanceSensorArray library instead
19 * of using the %QTRSensors library directly.
20 *
21 * For documentation specific to the %QTRSensors library, please see the [user's
22 * guide](http://www.pololu.com/docs/0J19) on Pololu's website.
23 *
24 *
25 * \class QTRSensorsRC QTRSensors.h
26 * \copydoc QTRSensors
27 *
28 *
29 * \class QTRSensorsAnalog QTRSensors.h
30 * \copydoc QTRSensors
31 */
Note: See TracBrowser for help on using the repository browser.