remove extra delay

pull/134/head
gabrielburnworth 2020-02-13 15:05:53 -08:00
parent 86bdc331ef
commit 3a18cace30
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ void MovementEncoder::processEncoder()
digitalWrite(NSS_PIN, HIGH);
SPI.endTransaction();
delay(10);
position = encoderVal;
#endif