mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-12-28 05:29:51 +00:00
added suggestion to overclock as a #pragma
This commit is contained in:
parent
322bd9db68
commit
e8b77c8aff
@ -14,6 +14,10 @@
|
||||
#include "teensy-prefs.h"
|
||||
#include "teensy-println.h"
|
||||
|
||||
#if F_CPU < 240000000
|
||||
#pragma AiiE warning: performance will improve if you overclock the Teensy to 240MHz (F_CPU=240MHz) or 256MHz (F_CPU=256MHz)
|
||||
#endif
|
||||
|
||||
#define RESETPIN 39
|
||||
#define BATTERYPIN 32
|
||||
#define SPEAKERPIN A21
|
||||
|
Loading…
Reference in New Issue
Block a user