brewpanel/sockio.h

Tue, 02 Apr 2024 15:03:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Apr 2024 15:03:12 +0200
changeset 654
e981d0185485
parent 637
21e542c15832
permissions
-rw-r--r--

Added one-wire thread and some old state table macro's. The state machine first state scans new one-wire devices and stores them in a linked list.

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


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


#endif
#endif

mercurial