firmata / arduino

Firmata firmware for Arduino
GNU Lesser General Public License v2.1
1.53k stars 515 forks source link

Improve defines for Teensy 4.0 and Teensy 4.1 #507

Closed PaulStoffregen closed 10 months ago

PaulStoffregen commented 10 months ago

This pull request allows Boards.h to automatically detect Teensy 4.0 vs Teensy 4.1 without requiring the user to manually define anything. No actual code is changed, only the #if defined() checks are updated to the names which are automatically defined within the Arduino environment.