left one digitalwrite in there...

This commit is contained in:
Joey Babcock 2016-12-29 16:43:23 -08:00 committed by GitHub
parent 891bf470fe
commit 35d1ab23de
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ void loop() {
int packetSize = port.parsePacket();
// If packets have been received, interpret the command
if (packetSize) {
digitalWrite(0, 1);
int len = port.read(packetBuffer, BUFFER_LEN);
for(int i = 0; i < len; i+=4){
packetBuffer[len] = 0;