Routines to access four digit LED display. More...
#include "spi.h"
#include "pic_utils.h"
Go to the source code of this file.
Defines | |
#define | __hc4led_h include |
Functions | |
void | hc4led_setup () |
void | hc4led_write_str (char *data) |
Definition in file hc4led.h.
void hc4led_setup | ( | ) |
Definition at line 39 of file hc4led.c.
References spi_setup().
void hc4led_write_str | ( | char * | data | ) |
Definition at line 60 of file hc4led.c.
References hc4led_convert(), spi_write(), and uns8.