brewpanel/sockio.h

Thu, 19 Nov 2015 22:50:17 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Nov 2015 22:50:17 +0100
changeset 427
e8e548922e31
parent 420
644a6106d712
child 428
d64c4c1edd78
permissions
-rw-r--r--

Initial part of LEDs and backlight implemented.

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL_SDL_H


void socket_recv(void);
int  socket_connect(void);


#endif
#endif

mercurial