Menu

displayRight

Majenko Technologies

Format

:::C
void displayRight(unsigned char l);

Description

Set a raw display value for the right hand digit of the LED display. See Display Mapping for more information.
Example


:::C
displayRight(0b01101001);

Related

Wiki: Firmware Functions

MongoDB Logo MongoDB