Revert "Start sending LED data down the pipe for the ATTiny based implementation"

This reverts commit 131891423b.

This never should have been committed, but it helped test travis
pull/18/head
Jesse Vincent 9 years ago
parent 131891423b
commit 0790c752e6

@ -12,12 +12,6 @@ void Model01::setup(void) {
void Model01::led_set_crgb_at(uint8_t i, cRGB crgb) {
if (i<32) {
leftHand.ledData.leds[i]= crgb;
}
else if (i<64) {
rightHand.ledData.leds[i-32]= crgb;
}
}
void Model01::led_sync() {

Loading…
Cancel
Save