brewpanel/sockio.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 637
21e542c15832
permissions
-rw-r--r--

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

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


void socket_recv(SGOBJ *dlg);
int  socket_connect(void);


#endif
#endif

mercurial