looks like i may have found a way to do this in the platformio.ini
using
;board_build.f_cpu = 2000000
board_build.f_cpu = 4000000
;board_build.f_cpu = 8000000
;board_build.f_cpu = 16000000
;board_build.f_cpu =...
Hi,
I've searched around but can't seem to find the correct code to allow me to change the clock speed on the Teensy 3.5
I've tried the following, but this actually looks like its for an older board and the compiler...