Add note from Colin, G4ELM to Config.h

48kHz
phl0 2016-10-26 10:05:49 +02:00
parent 8c0e932c1c
commit d3a3d51e77
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
// Allow for the use of high quality external clock oscillators
// The number is the frequency of the oscillator in Hertz.
//
// The frequency of the TCXO must be an integer multiple of 24000.
// Frequencies such as 12.0 Mhz (24000 * 500) and 14.4 Mhz ( 24000 *600) are suitable.
// Frequencies such as 10.0 Mhz (24000 * 416.666) or 20 Mhz (24000 * 833.333) are not suitable.
//
// For 12 MHz
// #define EXTERNAL_OSC 12000000
// For 14.4 MHz