Menu

displayLeft

Majenko Technologies

Format

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

Description

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


:::C
displayLeft(0b01101001);

Related

Wiki: Firmware Functions

MongoDB Logo MongoDB