Skip to content

Commit

Permalink
ATtiny timing optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Apr 25, 2016
1 parent f4cf4e7 commit 28d5a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Timing.h
Expand Up @@ -77,8 +77,8 @@
#if MODE == STANDARD #if MODE == STANDARD
#if F_CPU == 8000000L #if F_CPU == 8000000L
#define BIT_WIDTH 35 #define BIT_WIDTH 35
#define BIT_SPACER 107 #define BIT_SPACER 108
#define ACCEPTANCE 35 #define ACCEPTANCE 28
#define READ_DELAY 15 #define READ_DELAY 15
#endif #endif
#if F_CPU == 16000000L #if F_CPU == 16000000L
Expand Down

0 comments on commit 28d5a1d

Please sign in to comment.