-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainpage.h
50 lines (41 loc) · 1.28 KB
/
mainpage.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
* $Id: mainpage.h 63 2011-08-20 15:27:52Z xander $
*/
/** \mainpage ROBOTC Driver Suite
*
* \author Xander Soldaat
*
* \section intro Introduction
* The aim of this project is to create an easy to use suite of drivers for ROBOTC.
* ROBOTC supports many of the devices listed below. However, these built-in drivers
* are often limited to a subset of the functionality that some of these sensors have
* to offer. The drivers in this suite give you access to all of this functionality.
* Care has been taken to document the use of these functions.
*
* For (almost) every driver there is at least one example file that shows you how to
* use the API for that particular driver.
*
* Use the links on the left to navigate between the various drivers and test programs.
*
*/
/*! @defgroup common_includes Common functions
Functions used by some or most drivers.
*/
/*! @defgroup Dexter_Industries Dexter Industries
Drivers for the Dexter Industries sensors.
*/
/*! \defgroup HiTechnic HiTechnic
Drivers for the HiTechnic sensors.
*/
/*! \defgroup mindsensors Mindsensors
Drivers for the Mindsensors sensors.
*/
/*! \defgroup lego Lego
Drivers for Lego sensors.
*/
/*! \defgroup other Other
Drivers for other sensors.
*/
/*
* $Id: mainpage.h 63 2011-08-20 15:27:52Z xander $
*/