Needs more whitespace
This commit is contained in:
parent
44b91a1a89
commit
db4e4ac2f7
6 changed files with 6 additions and 6 deletions
|
@ -45,4 +45,4 @@ void updateSensorLEDs() {
|
||||||
} else {
|
} else {
|
||||||
analogWrite(pLedPin, 0);
|
analogWrite(pLedPin, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,4 +9,4 @@ void statusLedFlash(uint16_t delayTime);
|
||||||
void statusLedBlink();
|
void statusLedBlink();
|
||||||
void updateSensorLEDs();
|
void updateSensorLEDs();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -111,4 +111,4 @@ class Adafruit_MPR121 {
|
||||||
int8_t _i2caddr;
|
int8_t _i2caddr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ADAFRUIT_MPR121_H
|
#endif // ADAFRUIT_MPR121_H
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#else
|
#else
|
||||||
#error "Platform not supported, fix include paths and stuff.."
|
#error "Platform not supported, fix include paths and stuff.."
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#include <SDL2/SDL_syswm.h>
|
#include <SDL2/SDL_syswm.h>
|
||||||
|
|
|
@ -727,4 +727,4 @@ void Adafruit_SSD1306::ssd1306_command(uint8_t cmd)
|
||||||
|
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue