LibDriver BPC
Loading...
Searching...
No Matches
driver_bpc_interface.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_BPC_INTERFACE_H
38#define DRIVER_BPC_INTERFACE_H
39
40#include "driver_bpc.h"
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
62
68void bpc_interface_delay_ms(uint32_t ms);
69
75void bpc_interface_debug_print(const char *const fmt, ...);
76
83
87
88#ifdef __cplusplus
89}
90#endif
91
92#endif
driver bpc header file
struct bpc_s bpc_t
bpc structure definition
struct bpc_time_s bpc_time_t
bpc time structure definition
void bpc_interface_receive_callback(bpc_t *data)
interface receive callback
uint8_t bpc_interface_timestamp_read(bpc_time_t *t)
interface timestamp read
void bpc_interface_delay_ms(uint32_t ms)
interface delay ms
void bpc_interface_debug_print(const char *const fmt,...)
interface print format data