coolers/mosquitto.h

Tue, 13 May 2014 16:33:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 13 May 2014 16:33:47 +0200
changeset 35
f3c5ae78b746
parent 28
32ed1ea4d0b6
permissions
-rw-r--r--

Mosquitto init does several tries before giving up. The DHT11 sensor now uses a temperature offset too.

#ifndef	MY_MOSQUITTO_H
#define MY_MOSQUITTO_H

#ifdef HAVE_WIRINGPI_H

int  my_mosquitto_switch(char *, int);
int  my_mosquitto_init(void);
int  my_mosquitto_loop(void);
void my_mosquitto_exit(void);

#endif

#endif

mercurial