thermferm/devices.h

Sun, 24 Mar 2024 17:12:23 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Mar 2024 17:12:23 +0100
changeset 648
62c5ed1b9cfd
parent 392
034746506c3d
child 654
e981d0185485
permissions
-rw-r--r--

Better detection of the DHT11 sensors. Read DHT11 with errors detection and reapeated tries.

#ifndef MY_DEVICES_H
#define	MY_DEVICES_H


int device_out(char *, int);
int device_in(char *, int *);
int devices_detect(void);

void *my_devices_loop(void *);

#endif

mercurial