95return pin-14; // probably incorrect, but we need to return *something*
96
97#elif defined ARDUINO_TEENSY40
98return pin-14;
99
100#elif defined ARDUINO_TEENSY41
101if (pin< 28) return pin-14;
102return pin-24;
103#endif
104 }
105
106
107
108
109
110#endif
Generated automatically using Doxygen. If info on this page is outdated, incomplete, or wrong, please open an issue at https://github.com/sensorium/Mozzi/issues