1# requires arduino-makefile 2# https://github.com/sudar/Arduino-Makefile 3 4BOARD_TAG = teensy31 5F_CPU = 48000000 6 7include /usr/local/share/arduino-makefile/Teensy.mk