STM32F407 to use prominene.

Also, switch the :'s to \t's everywhere I could find for the protocol to the ESP8266.
This commit is contained in:
cnlohr 2015-08-13 01:47:29 -04:00
parent ee756a820d
commit 30648367b7
9 changed files with 54 additions and 34 deletions

View file

@ -38,8 +38,8 @@ void NewFrame()
int i;
HandleFrameInfo();
UpdateLinearLEDs();
// UpdateAllSameLEDs();
// UpdateLinearLEDs();
UpdateAllSameLEDs();
SendSPI2812( ledOut, NUM_LIN_LEDS );
}