| 52 | } |
| 53 | |
| 54 | void NollieController::SetChannelLEDs(unsigned char channel, RGBColor* colors, unsigned int num_colors) |
| 55 | { |
| 56 | SendPacket(channel,&colors[0], num_colors); |
| 57 | } |
| 58 | |
| 59 | void NollieController::SendPacket(unsigned char channel,RGBColor* colors,unsigned int num_colors) |
| 60 | { |
no outgoing calls
no test coverage detected