This is an old revision of the document!
In Bezug auf: [HW] User Interface Module
Diese Bibliothek ist für das Nutzen des 7-Segment LED Displays des HomeLab digitalen I/O Modulboards gedacht. Nummer von 0 bis 9 können mit dieser Bibliothek dargestellt werden.
Configures display driver control pins.
Displayes a digit on display. Parameters:
Nummer 5 wird auf dem LED-Display gezeigt.
#include <homelab/module/segment_display.h> int main(void) { // Display initialization. segment_display_init(); // Digit displaying. segment_display_write(5); }