1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/arduino-due: added Arduino DAC pin mapping

This commit is contained in:
Hauke Petersen 2017-06-27 15:24:41 +02:00
parent 663be1b810
commit 4bbbd7581f

View File

@ -132,6 +132,14 @@ extern "C" {
#define ARDUINO_A11 ADC_LINE(13)
/** @} */
/**
* @name Mapping of Arduino DAC pins to RIOT DAC lines
* @{
*/
#define ARDUINO_DAC0 DAC_LINE(0)
#define ARDUINO_DAC1 DAC_LINE(1)
/** @} */
#ifdef __cplusplus
}
#endif