2021-09-30 16:33:59 +03:00
|
|
|
#ifndef DHT_TEST_UTIL_H
|
|
|
|
#define DHT_TEST_UTIL_H
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
void hexdump(char *buf, size_t size, uint32_t width);
|
2021-10-01 18:48:38 +03:00
|
|
|
void reset_usb_bus(void);
|
2021-09-30 16:33:59 +03:00
|
|
|
|
|
|
|
#endif //DHT_TEST_UTIL_H
|