Mapping from MCU pins to Arduino pins for the sodaq-autonomo. More...
Mapping from MCU pins to Arduino pins for the sodaq-autonomo.
Definition in file arduino_iomap.h.
Go to the source code of this file.
#define | ARDUINO_LED (13) |
The builtin LED. | |
Aliases for analog pins | |
#define | ARDUINO_PIN_A0 ARDUINO_PIN_19 |
#define | ARDUINO_PIN_A1 ARDUINO_PIN_20 |
#define | ARDUINO_PIN_A2 ARDUINO_PIN_21 |
#define | ARDUINO_PIN_A3 ARDUINO_PIN_22 |
#define | ARDUINO_PIN_A4 ARDUINO_PIN_23 |
#define | ARDUINO_PIN_A5 ARDUINO_PIN_24 |
#define | ARDUINO_PIN_A6 ARDUINO_PIN_25 |
#define | ARDUINO_PIN_A7 ARDUINO_PIN_26 |
#define | ARDUINO_PIN_A8 ARDUINO_PIN_27 |
#define | ARDUINO_PIN_A9 ARDUINO_PIN_28 |
#define | ARDUINO_PIN_A10 ARDUINO_PIN_29 |
#define | ARDUINO_PIN_A11 ARDUINO_PIN_30 |
#define | ARDUINO_PIN_A12 ARDUINO_PIN_31 |
#define | ARDUINO_PIN_A13 ARDUINO_PIN_32 |
Analog pin to adc line mapping | |
#define | ARDUINO_A0 ADC_LINE(0) |
#define | ARDUINO_A1 ADC_LINE(1) |
#define | ARDUINO_A2 ADC_LINE(2) |
#define | ARDUINO_A3 ADC_LINE(3) |
#define | ARDUINO_A4 ADC_LINE(4) |
#define | ARDUINO_A5 ADC_LINE(5) |
#define | ARDUINO_A6 ADC_LINE(6) |
#define | ARDUINO_A7 ADC_LINE(7) |
#define | ARDUINO_A8 ADC_LINE(8) |
#define | ARDUINO_A9 ADC_LINE(9) |
#define | ARDUINO_A10 ADC_LINE(10) |
#define | ARDUINO_A11 ADC_LINE(11) |
#define | ARDUINO_A12 ADC_LINE(12) |
#define | ARDUINO_A13 ADC_LINE(13) |
#define | ARDUINO_A14 ADC_LINE(14) |
#define | ARDUINO_ANALOG_PIN_LAST 14 |
Mapping of Arduino pins to RIOT PWM dev and channel pairs | |
#define | ARDUINO_PWM_FREQU (732U) |
PWM frequency. | |
#define | ARDUINO_PIN_20_PWM_DEV PWM_DEV(0) |
#define | ARDUINO_PIN_20_PWM_CHAN 0 |
#define | ARDUINO_PIN_29_PWM_DEV PWM_DEV(0) |
#define | ARDUINO_PIN_29_PWM_CHAN 1 |
#define | ARDUINO_PIN_11_PWM_DEV PWM_DEV(1) |
#define | ARDUINO_PIN_11_PWM_CHAN 0 |
#define | ARDUINO_PIN_13_PWM_DEV PWM_DEV(1) |
#define | ARDUINO_PIN_13_PWM_CHAN 1 |
#define | ARDUINO_PIN_14_PWM_DEV PWM_DEV(1) |
#define | ARDUINO_PIN_14_PWM_CHAN 2 |
#define ARDUINO_A0 ADC_LINE(0) |
Definition at line 148 of file arduino_iomap.h.
#define ARDUINO_A1 ADC_LINE(1) |
Definition at line 149 of file arduino_iomap.h.
#define ARDUINO_A10 ADC_LINE(10) |
Definition at line 158 of file arduino_iomap.h.
#define ARDUINO_A11 ADC_LINE(11) |
Definition at line 159 of file arduino_iomap.h.
#define ARDUINO_A12 ADC_LINE(12) |
Definition at line 160 of file arduino_iomap.h.
#define ARDUINO_A13 ADC_LINE(13) |
Definition at line 161 of file arduino_iomap.h.
#define ARDUINO_A14 ADC_LINE(14) |
Definition at line 162 of file arduino_iomap.h.
#define ARDUINO_A2 ADC_LINE(2) |
Definition at line 150 of file arduino_iomap.h.
#define ARDUINO_A3 ADC_LINE(3) |
Definition at line 151 of file arduino_iomap.h.
#define ARDUINO_A4 ADC_LINE(4) |
Definition at line 152 of file arduino_iomap.h.
#define ARDUINO_A5 ADC_LINE(5) |
Definition at line 153 of file arduino_iomap.h.
#define ARDUINO_A6 ADC_LINE(6) |
Definition at line 154 of file arduino_iomap.h.
#define ARDUINO_A7 ADC_LINE(7) |
Definition at line 155 of file arduino_iomap.h.
#define ARDUINO_A8 ADC_LINE(8) |
Definition at line 156 of file arduino_iomap.h.
#define ARDUINO_A9 ADC_LINE(9) |
Definition at line 157 of file arduino_iomap.h.
#define ARDUINO_ANALOG_PIN_LAST 14 |
Definition at line 164 of file arduino_iomap.h.
#define ARDUINO_LED (13) |
The builtin LED.
Definition at line 32 of file arduino_iomap.h.
Definition at line 39 of file arduino_iomap.h.
Definition at line 40 of file arduino_iomap.h.
Definition at line 51 of file arduino_iomap.h.
Definition at line 52 of file arduino_iomap.h.
#define ARDUINO_PIN_11_PWM_CHAN 0 |
Definition at line 183 of file arduino_iomap.h.
#define ARDUINO_PIN_11_PWM_DEV PWM_DEV(1) |
Definition at line 182 of file arduino_iomap.h.
Definition at line 53 of file arduino_iomap.h.
Definition at line 54 of file arduino_iomap.h.
#define ARDUINO_PIN_13_PWM_CHAN 1 |
Definition at line 186 of file arduino_iomap.h.
#define ARDUINO_PIN_13_PWM_DEV PWM_DEV(1) |
Definition at line 185 of file arduino_iomap.h.
Definition at line 55 of file arduino_iomap.h.
#define ARDUINO_PIN_14_PWM_CHAN 2 |
Definition at line 189 of file arduino_iomap.h.
#define ARDUINO_PIN_14_PWM_DEV PWM_DEV(1) |
Definition at line 188 of file arduino_iomap.h.
Definition at line 56 of file arduino_iomap.h.
Definition at line 59 of file arduino_iomap.h.
Definition at line 60 of file arduino_iomap.h.
Definition at line 61 of file arduino_iomap.h.
Definition at line 64 of file arduino_iomap.h.
Definition at line 43 of file arduino_iomap.h.
Definition at line 65 of file arduino_iomap.h.
#define ARDUINO_PIN_20_PWM_CHAN 0 |
Definition at line 177 of file arduino_iomap.h.
#define ARDUINO_PIN_20_PWM_DEV PWM_DEV(0) |
Definition at line 176 of file arduino_iomap.h.
Definition at line 66 of file arduino_iomap.h.
Definition at line 67 of file arduino_iomap.h.
Definition at line 68 of file arduino_iomap.h.
Definition at line 69 of file arduino_iomap.h.
Definition at line 70 of file arduino_iomap.h.
Definition at line 71 of file arduino_iomap.h.
Definition at line 72 of file arduino_iomap.h.
Definition at line 73 of file arduino_iomap.h.
Definition at line 74 of file arduino_iomap.h.
#define ARDUINO_PIN_29_PWM_CHAN 1 |
Definition at line 180 of file arduino_iomap.h.
#define ARDUINO_PIN_29_PWM_DEV PWM_DEV(0) |
Definition at line 179 of file arduino_iomap.h.
Definition at line 44 of file arduino_iomap.h.
Definition at line 75 of file arduino_iomap.h.
Definition at line 76 of file arduino_iomap.h.
Definition at line 77 of file arduino_iomap.h.
Definition at line 80 of file arduino_iomap.h.
Definition at line 81 of file arduino_iomap.h.
Definition at line 82 of file arduino_iomap.h.
Definition at line 85 of file arduino_iomap.h.
Definition at line 86 of file arduino_iomap.h.
Definition at line 87 of file arduino_iomap.h.
Definition at line 88 of file arduino_iomap.h.
Definition at line 45 of file arduino_iomap.h.
Definition at line 91 of file arduino_iomap.h.
Definition at line 92 of file arduino_iomap.h.
Definition at line 95 of file arduino_iomap.h.
Definition at line 96 of file arduino_iomap.h.
Definition at line 97 of file arduino_iomap.h.
Definition at line 98 of file arduino_iomap.h.
Definition at line 101 of file arduino_iomap.h.
Definition at line 104 of file arduino_iomap.h.
Definition at line 105 of file arduino_iomap.h.
Definition at line 108 of file arduino_iomap.h.
Definition at line 46 of file arduino_iomap.h.
Definition at line 109 of file arduino_iomap.h.
Definition at line 112 of file arduino_iomap.h.
Definition at line 113 of file arduino_iomap.h.
Definition at line 116 of file arduino_iomap.h.
Definition at line 117 of file arduino_iomap.h.
Definition at line 118 of file arduino_iomap.h.
Definition at line 119 of file arduino_iomap.h.
Definition at line 47 of file arduino_iomap.h.
Definition at line 48 of file arduino_iomap.h.
Definition at line 49 of file arduino_iomap.h.
Definition at line 50 of file arduino_iomap.h.
#define ARDUINO_PIN_A0 ARDUINO_PIN_19 |
Definition at line 128 of file arduino_iomap.h.
#define ARDUINO_PIN_A1 ARDUINO_PIN_20 |
Definition at line 129 of file arduino_iomap.h.
#define ARDUINO_PIN_A10 ARDUINO_PIN_29 |
Definition at line 138 of file arduino_iomap.h.
#define ARDUINO_PIN_A11 ARDUINO_PIN_30 |
Definition at line 139 of file arduino_iomap.h.
#define ARDUINO_PIN_A12 ARDUINO_PIN_31 |
Definition at line 140 of file arduino_iomap.h.
#define ARDUINO_PIN_A13 ARDUINO_PIN_32 |
Definition at line 141 of file arduino_iomap.h.
#define ARDUINO_PIN_A2 ARDUINO_PIN_21 |
Definition at line 130 of file arduino_iomap.h.
#define ARDUINO_PIN_A3 ARDUINO_PIN_22 |
Definition at line 131 of file arduino_iomap.h.
#define ARDUINO_PIN_A4 ARDUINO_PIN_23 |
Definition at line 132 of file arduino_iomap.h.
#define ARDUINO_PIN_A5 ARDUINO_PIN_24 |
Definition at line 133 of file arduino_iomap.h.
#define ARDUINO_PIN_A6 ARDUINO_PIN_25 |
Definition at line 134 of file arduino_iomap.h.
#define ARDUINO_PIN_A7 ARDUINO_PIN_26 |
Definition at line 135 of file arduino_iomap.h.
#define ARDUINO_PIN_A8 ARDUINO_PIN_27 |
Definition at line 136 of file arduino_iomap.h.
#define ARDUINO_PIN_A9 ARDUINO_PIN_28 |
Definition at line 137 of file arduino_iomap.h.
#define ARDUINO_PIN_LAST 56 |
Definition at line 121 of file arduino_iomap.h.
#define ARDUINO_PWM_FREQU (732U) |
PWM frequency.
Definition at line 174 of file arduino_iomap.h.