Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface LM75B mbed-rtos mbed
Fork of communication by
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
