| 12345678910111213 |
- // rottary switch ports
- #define ROTTARY_SW_sw A8 // 62 // A8 //A8 //53 // 89 // = A8
- #define ROTTARY_SW_dt A9 // 90 // = A9
- #define ROTTARY_SW_clk A10 // 91 // = A10
- /*
- LOW to trigger the interrupt whenever the pin is low,
- CHANGE to trigger the interrupt whenever the pin changes value
- RISING to trigger when the pin goes from low to high,
- FALLING for when the pin goes from high to low.
- The Due, Zero and MKR1000 boards allow also:
- HIGH to trigger the interrupt whenever the pin is high.
- */
|