10 lines
176 B
C
10 lines
176 B
C
#ifndef DHT_TEST_UTIL_H
|
|
#define DHT_TEST_UTIL_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void hexdump(char *buf, size_t size, uint32_t width);
|
|
void reset_usb_bus(void);
|
|
|
|
#endif //DHT_TEST_UTIL_H
|