usbtest/src/util.h
2021-10-01 18:48:38 +03:00

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