mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-01-16 10:30:15 +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-prefs.h"
|
||||||
#include "teensy-println.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 RESETPIN 39
|
||||||
#define BATTERYPIN 32
|
#define BATTERYPIN 32
|
||||||
#define SPEAKERPIN A21
|
#define SPEAKERPIN A21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user