LibDriver HLW8032
Loading...
Searching...
No Matches
driver_hlw8032_interface_template.c
Go to the documentation of this file.
1
36
38
47{
48 return 0;
49}
50
59{
60 return 0;
61}
62
72uint16_t hlw8032_interface_uart_read(uint8_t *buf, uint16_t len)
73{
74 return 0;
75}
76
85{
86 return 0;
87}
88
95{
96
97}
98
104void hlw8032_interface_debug_print(const char *const fmt, ...)
105{
106
107}
driver hlw8032 interface header file
void hlw8032_interface_debug_print(const char *const fmt,...)
interface print format data
uint8_t hlw8032_interface_uart_flush(void)
interface uart flush
void hlw8032_interface_delay_ms(uint32_t ms)
interface delay ms
uint8_t hlw8032_interface_uart_init(void)
interface uart init
uint8_t hlw8032_interface_uart_deinit(void)
interface uart deinit
uint16_t hlw8032_interface_uart_read(uint8_t *buf, uint16_t len)
interface uart read