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 144 of file arduino_iomap.h.
#define ARDUINO_A1 ADC_LINE(1) |
Definition at line 145 of file arduino_iomap.h.
#define ARDUINO_A10 ADC_LINE(10) |
Definition at line 154 of file arduino_iomap.h.
#define ARDUINO_A11 ADC_LINE(11) |
Definition at line 155 of file arduino_iomap.h.
#define ARDUINO_A12 ADC_LINE(12) |
Definition at line 156 of file arduino_iomap.h.
#define ARDUINO_A13 ADC_LINE(13) |
Definition at line 157 of file arduino_iomap.h.
#define ARDUINO_A14 ADC_LINE(14) |
Definition at line 158 of file arduino_iomap.h.
#define ARDUINO_A2 ADC_LINE(2) |
Definition at line 146 of file arduino_iomap.h.
#define ARDUINO_A3 ADC_LINE(3) |
Definition at line 147 of file arduino_iomap.h.
#define ARDUINO_A4 ADC_LINE(4) |
Definition at line 148 of file arduino_iomap.h.
#define ARDUINO_A5 ADC_LINE(5) |
Definition at line 149 of file arduino_iomap.h.
#define ARDUINO_A6 ADC_LINE(6) |
Definition at line 150 of file arduino_iomap.h.
#define ARDUINO_A7 ADC_LINE(7) |
Definition at line 151 of file arduino_iomap.h.
#define ARDUINO_A8 ADC_LINE(8) |
Definition at line 152 of file arduino_iomap.h.
#define ARDUINO_A9 ADC_LINE(9) |
Definition at line 153 of file arduino_iomap.h.
#define ARDUINO_ANALOG_PIN_LAST 14 |
Definition at line 160 of file arduino_iomap.h.
#define ARDUINO_LED (13) |
The builtin LED.
Definition at line 28 of file arduino_iomap.h.
Definition at line 35 of file arduino_iomap.h.
Definition at line 36 of file arduino_iomap.h.
Definition at line 47 of file arduino_iomap.h.
Definition at line 48 of file arduino_iomap.h.
#define ARDUINO_PIN_11_PWM_CHAN 0 |
Definition at line 179 of file arduino_iomap.h.
#define ARDUINO_PIN_11_PWM_DEV PWM_DEV(1) |
Definition at line 178 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_13_PWM_CHAN 1 |
Definition at line 182 of file arduino_iomap.h.
#define ARDUINO_PIN_13_PWM_DEV PWM_DEV(1) |
Definition at line 181 of file arduino_iomap.h.
Definition at line 51 of file arduino_iomap.h.
#define ARDUINO_PIN_14_PWM_CHAN 2 |
Definition at line 185 of file arduino_iomap.h.
#define ARDUINO_PIN_14_PWM_DEV PWM_DEV(1) |
Definition at line 184 of file arduino_iomap.h.
Definition at line 52 of file arduino_iomap.h.
Definition at line 55 of file arduino_iomap.h.
Definition at line 56 of file arduino_iomap.h.
Definition at line 57 of file arduino_iomap.h.
Definition at line 60 of file arduino_iomap.h.
Definition at line 39 of file arduino_iomap.h.
Definition at line 61 of file arduino_iomap.h.
#define ARDUINO_PIN_20_PWM_CHAN 0 |
Definition at line 173 of file arduino_iomap.h.
#define ARDUINO_PIN_20_PWM_DEV PWM_DEV(0) |
Definition at line 172 of file arduino_iomap.h.
Definition at line 62 of file arduino_iomap.h.
Definition at line 63 of file arduino_iomap.h.
Definition at line 64 of file arduino_iomap.h.
Definition at line 65 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.
#define ARDUINO_PIN_29_PWM_CHAN 1 |
Definition at line 176 of file arduino_iomap.h.
#define ARDUINO_PIN_29_PWM_DEV PWM_DEV(0) |
Definition at line 175 of file arduino_iomap.h.
Definition at line 40 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 76 of file arduino_iomap.h.
Definition at line 77 of file arduino_iomap.h.
Definition at line 78 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 83 of file arduino_iomap.h.
Definition at line 84 of file arduino_iomap.h.
Definition at line 41 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 91 of file arduino_iomap.h.
Definition at line 92 of file arduino_iomap.h.
Definition at line 93 of file arduino_iomap.h.
Definition at line 94 of file arduino_iomap.h.
Definition at line 97 of file arduino_iomap.h.
Definition at line 100 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 42 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 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 114 of file arduino_iomap.h.
Definition at line 115 of file arduino_iomap.h.
Definition at line 43 of file arduino_iomap.h.
Definition at line 44 of file arduino_iomap.h.
Definition at line 45 of file arduino_iomap.h.
Definition at line 46 of file arduino_iomap.h.
#define ARDUINO_PIN_A0 ARDUINO_PIN_19 |
Definition at line 124 of file arduino_iomap.h.
#define ARDUINO_PIN_A1 ARDUINO_PIN_20 |
Definition at line 125 of file arduino_iomap.h.
#define ARDUINO_PIN_A10 ARDUINO_PIN_29 |
Definition at line 134 of file arduino_iomap.h.
#define ARDUINO_PIN_A11 ARDUINO_PIN_30 |
Definition at line 135 of file arduino_iomap.h.
#define ARDUINO_PIN_A12 ARDUINO_PIN_31 |
Definition at line 136 of file arduino_iomap.h.
#define ARDUINO_PIN_A13 ARDUINO_PIN_32 |
Definition at line 137 of file arduino_iomap.h.
#define ARDUINO_PIN_A2 ARDUINO_PIN_21 |
Definition at line 126 of file arduino_iomap.h.
#define ARDUINO_PIN_A3 ARDUINO_PIN_22 |
Definition at line 127 of file arduino_iomap.h.
#define ARDUINO_PIN_A4 ARDUINO_PIN_23 |
Definition at line 128 of file arduino_iomap.h.
#define ARDUINO_PIN_A5 ARDUINO_PIN_24 |
Definition at line 129 of file arduino_iomap.h.
#define ARDUINO_PIN_A6 ARDUINO_PIN_25 |
Definition at line 130 of file arduino_iomap.h.
#define ARDUINO_PIN_A7 ARDUINO_PIN_26 |
Definition at line 131 of file arduino_iomap.h.
#define ARDUINO_PIN_A8 ARDUINO_PIN_27 |
Definition at line 132 of file arduino_iomap.h.
#define ARDUINO_PIN_A9 ARDUINO_PIN_28 |
Definition at line 133 of file arduino_iomap.h.
#define ARDUINO_PIN_LAST 56 |
Definition at line 117 of file arduino_iomap.h.
#define ARDUINO_PWM_FREQU (732U) |
PWM frequency.
Definition at line 170 of file arduino_iomap.h.