11 lines
267 B
C
Executable File
11 lines
267 B
C
Executable File
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include <freertos/FreeRTOSConfig.h>
|
|
#include <host/ble_hs.h>
|
|
|
|
void print_uint8(void *pointer);
|
|
void printf_uint16_t_array(uint16_t *array,uint16_t length);
|
|
void printf_keyboard_report_map(const uint8_t *report_map);
|
|
|
|
#endif |