dhtserver/src/dht/linux/libdht.h

13 lines
155 B
C

#ifndef _LIBDHT_H_
#define _LIBDHT_H_
#include <stdint.h>
__BEGIN_DECLS
int getdhtstring(int PIN, char* string);
__END_DECLS
#endif /* _LIBDHT_H_ */