Skip to content

Commit

Permalink
fix timing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskovacik committed May 11, 2021
1 parent 46a0b31 commit 3613d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
#define _10MS 156
#define _50MS 500
#define _700US 187//175 //4µs x 175 = 700µs; 4*187=748
#define CLK_DELAY 10 //40 //40:using _delay_loop_1 @16Mhz 1tick = .18750us ,40 => 7.5us ; 10=>1.8us
#define CLK_DELAY 40 //40:using _delay_loop_1 @16Mhz 1tick = .18750us ,40 => 7.5us ; 10=>1.8us

#define TX_BUFFER_END 12
#define CAP_BUFFER_END 24
Expand Down

0 comments on commit 3613d11

Please sign in to comment.