Skip to content

Commit 440dbd3

Browse files
make it faster
1 parent e3bf6c1 commit 440dbd3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

code/armdroid-class/armdroid.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ class PartialSerialArmdroid : public Armdroid {
6262
(((data >> ((this->dataIndexes ) & 15)) & 1) << 6)
6363
);
6464
shiftOut(this->dataPin, this->clockPin, LSBFIRST, b);
65-
delayMicroseconds(20);
6665
digitalWrite(this->latchPin, LOW);
67-
delayMicroseconds(20);
6866
digitalWrite(this->latchPin, HIGH);
69-
delayMicroseconds(20);
7067
}
7168
};

0 commit comments

Comments
 (0)