aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/Readme.txt b/examples/Readme.txt
index ef1175e..2e2f92f 100644
--- a/examples/Readme.txt
+++ b/examples/Readme.txt
@@ -67,11 +67,11 @@ http://www.obdev.at/goto.php?t=avrusb-wiki.
To mention just a few:
Using RC oscillator for system clock
- The 16.5 MHz module of AVR-USB has been designed to cope with clock rate
- deviations up to 1%. This allows an RC oscillator to be used. Since the
- AVR's RC oscillator has a factory precision of only 10%, it must be
- calibrated to an external reference. The EasyLogger example shows how this
- is done.
+ The 12.8 MHz and 16.5 MHz modules of AVR-USB have been designed to cope
+ with clock rate deviations up to 1%. This allows an RC oscillator to be
+ used. Since the AVR's RC oscillator has a factory precision of only 10%,
+ it must be calibrated to an external reference. The EasyLogger example
+ shows how this can be done.
Dynamically generated descriptors
Sometimes you want to implement different typtes of USB device depending