aboutsummaryrefslogtreecommitdiff
path: root/lib/pbdrv/drv/arduino/index.dox
blob: 1856918707f7ad01190df247d28f7cede5a1211c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// vim:ft=doxygen
/**
\ingroup pb_drv
\defgroup pb_drv_arduino Arduino
\brief Arduino ATmega (w/ Arduino-CMake-Toolchain) driver

This driver is known to work with the following MCUs:
- ATmega328P (Arduino Uno)
- ATmega2560 (Arduino Mega)

\par Usage
- Link the \c pbdrv-mod library with your main executable
- Load an \ref pb_ext "extension"

\note This driver is automatically enabled if the variable \c ARDUINO is
defined in your CMakeLists.txt (it is by default when using
Arduino-CMake-Toolchain).

A complete example for this driver is available in the \ref puzzle/dummy
folder.

*/