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
Diff: slave.h
- Revision:
- 0:52e944ca21ea
- Child:
- 1:550192b4ae8e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slave.h Tue Mar 13 09:40:51 2018 +0000 @@ -0,0 +1,14 @@ +#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 \ No newline at end of file
