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:
parent
663be1b810
commit
4bbbd7581f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user