Merge pull request #7 from dmadison/whitespace

Reworked whitespace
This commit is contained in:
David Madison 2017-03-27 17:58:11 -04:00 committed by GitHub
commit 672f401a4d
1 changed files with 129 additions and 128 deletions

View File

@ -196,5 +196,6 @@ void adalight(){
void loop()
{
// Not used. See note in adalight() function.
// loop() is avoided as even that small bit of function overhead
// has a measurable impact on this code's overall throughput.
}