Examples: mass code format. See example_formatter.conf
This commit is contained in:
@@ -48,8 +48,7 @@ void setup() {
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
void loop() {
|
||||
// when characters arrive over the serial port...
|
||||
if (Serial.available()) {
|
||||
// wait a bit for the entire message to arrive
|
||||
|
||||
Reference in New Issue
Block a user