Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ATtiny timing optimization
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Timing.h
|
@@ -77,8 +77,8 @@ |
|
|
#if MODE == STANDARD |
|
|
#if F_CPU == 8000000L |
|
|
#define BIT_WIDTH 35 |
|
|
#define BIT_SPACER 107 |
|
|
#define ACCEPTANCE 35 |
|
|
#define BIT_SPACER 108 |
|
|
#define ACCEPTANCE 28 |
|
|
#define READ_DELAY 15 |
|
|
#endif |
|
|
#if F_CPU == 16000000L |
|
|