ledBarShow method

void ledBarShow(
  1. int pin,
  2. int highBits,
  3. int lowBits
)

Shows the LED bar.

Implementation

void ledBarShow(int pin, int highBits, int lowBits) {
  _sendCmd(ledbarShowCmd, pin, highBits, lowBits);
}