Jelle Raes / Mbed 2 deprecated Projec_1_projectlab

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Fork of communication by Jelle Raes

slave.h

Committer:
JelleRaes
Date:
2018-03-13
Revision:
0:52e944ca21ea
Child:
1:550192b4ae8e

File content as of revision 0:52e944ca21ea:

#ifndef SLAVE_H
#define SLAVE_H

float getTemp();
float getPot();

void putLCD(char*);
void putLED(char*);
void putLED(float, float, float);
void putBuzzer(int,int);

void startSlave(const char *ip);
char *getResponse(const char *request);
#endif