:::C void displayValue(unsigned char v);
Display a two-digit decimal value on the LED display. Example
:::C displayValue(95);
Wiki: Firmware Functions