#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) |
| void hc4led_setup | ( | ) |
Definition at line 4 of file hc4led.c.
References spi_setup().

| void hc4led_write_str | ( | char * | data | ) |
Definition at line 25 of file hc4led.c.
References hc4led_convert(), spi_write(), and uns8.

1.5.5