#include "hc4led.h"
#include "pic_serial.h"
Go to the source code of this file.
Functions | |
uns8 | hc4led_convert (uns8 digit) |
void | hc4led_setup () |
void | hc4led_write_str (char *data) |
uns8 hc4led_convert | ( | uns8 | digit | ) |
Definition at line 43 of file hc4led.c.
Referenced by hc4led_write_str().
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.