Skip to content
Snippets Groups Projects
Commit 4bbbd758 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/arduino-due: added Arduino DAC pin mapping

parent 663be1b8
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,14 @@ extern "C" { ...@@ -132,6 +132,14 @@ extern "C" {
#define ARDUINO_A11 ADC_LINE(13) #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 #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment