Files
pico_ble_hid/bt_device.h
T
2025-08-13 06:37:47 -04:00

8 lines
111 B
C

#ifndef BT_DEVICE_H_
#define BT_DEVICE_H_
void btstack_main(void);
void update_desc_hid_report(void);
#endif