]> Git Repo - pov-display-rpi.git/blob - include/tlc59711.h
fixed errors and fromating
[pov-display-rpi.git] / include / tlc59711.h
1 #include "common.h"
2 #ifndef TLC59711_H
3 #define TLC59711_H
4 #include "spi.h"
5 extern int tlc59711_send(const uint16_t data[12]);
6 extern int tlc59711_init(const char *device);
7 #endif
This page took 0.022832 seconds and 4 git commands to generate.