Wifly Driver  V1.0
Arpalab.h
Go to the documentation of this file.
1 /*
2  * Arpalab.h
3  *
4  * Created on: 26/10/2015
5  * Author: Victor Mora
6  */
7 
8 #ifndef __ARPALAB_H_
9 #define __ARPALAB_H_
10 
11 
20 uint8_t Arpalab_start(char *ssid, uint32_t AuthMode, char *passw);
21 
31 uint8_t Arpalab_sendValue( char *dnsAddress, uint32_t id, char *app, uint32_t value);
32 
39 int32_t Arpalab_receiveValue( char *dnsAddress);
40 
41 
42 #endif /* ARPALAB_H_ */
int32_t Arpalab_receiveValue(char *dnsAddress)
Definition: Arpalab.c:80
uint8_t Arpalab_sendValue(char *dnsAddress, uint32_t id, char *app, uint32_t value)
Definition: Arpalab.c:62
uint8_t Arpalab_start(char *ssid, uint32_t AuthMode, char *passw)
Definition: Arpalab.c:43