FAQ
7seg.h File Reference
Include dependency graph for 7seg.h:
Go to the source code of this file.
Functions | |
int8_t | sb_7seg_showNumber (int8_t nmbr) |
Prints a number in the range [-9; 99] on the 7-segment display. More... | |
int8_t | sb_7seg_showHexNumber (uint8_t nmbr) |
Prints the hexadecimal representation of an 8-bit unsigned integer on the 7-segment display. More... | |
int8_t | sb_7seg_showString (const char *str) |
Prints a 2 character string on the 7-segment display. More... | |
void | sb_7seg_setMask (uint8_t mask) |
Set the LEDs of the 7-segment display manually. More... | |
void | sb_7seg_disable (void) |
Disables the 7-segment displays. More... | |
Detailed Description
- Version
- $Rev: 9414 $