LibDriver TM1638  1.0.0
TM1638 full-featured driver
driver_tm1638_interface_template.c
Go to the documentation of this file.
1 
38 
47 {
48  return 0;
49 }
50 
59 {
60  return 0;
61 }
62 
73 uint8_t tm1638_interface_spi_write(uint8_t addr, uint8_t *buf, uint16_t len)
74 {
75  return 0;
76 }
77 
88 uint8_t tm1638_interface_spi_read(uint8_t addr, uint8_t *buf, uint16_t len)
89 {
90  return 0;
91 }
92 
98 void tm1638_interface_delay_ms(uint32_t ms)
99 {
100 
101 }
102 
108 void tm1638_interface_debug_print(const char *const fmt, ...)
109 {
110 
111 }
driver tm1638 interface header file
uint8_t tm1638_interface_spi_read(uint8_t addr, uint8_t *buf, uint16_t len)
interface spi read
void tm1638_interface_delay_ms(uint32_t ms)
interface delay ms
uint8_t tm1638_interface_spi_deinit(void)
interface spi deinit
uint8_t tm1638_interface_spi_init(void)
interface spi init
uint8_t tm1638_interface_spi_write(uint8_t addr, uint8_t *buf, uint16_t len)
interface spi write
void tm1638_interface_debug_print(const char *const fmt,...)
interface print format data