Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
keep busy jittering wave fix
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
strategies/SoftwareBitBang/SoftwareBitBang.h
|
@@ -141,6 +141,7 @@ class SoftwareBitBang { |
|
|
digitalWriteFast(_input_pin, LOW); |
|
|
response = receive_byte(); |
|
|
if(response == FAIL) { |
|
|
pinModeFast(_output_pin, OUTPUT); |
|
|
digitalWriteFast(_output_pin, HIGH); |
|
|
delayMicroseconds(SWBB_BIT_WIDTH / 4); |
|
|
pullDownFast(_output_pin); |
|
|