Convert spaces to tabs. Yay!
This commit is contained in:
parent
86e35a494c
commit
ad1bcba459
6 changed files with 104 additions and 109 deletions
|
@ -93,4 +93,3 @@ private:
|
|||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -62,4 +62,3 @@ void PixelBotController::sendTickPart(int leftCode, int rightCode)
|
|||
digitalWrite(rmotorPin3, bitRead(motorLookup[rightCode], 2));
|
||||
digitalWrite(rmotorPin4, bitRead(motorLookup[rightCode], 3));
|
||||
}
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ PixelMessage::~PixelMessage()
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ public:
|
|||
private:
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@ void Utilities::PrintCharsAsHex(char* charArray, size_t length)
|
|||
Serial.print(" ");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue