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@1:550192b4ae8e, 2018-03-13 (annotated)
- Committer:
- JelleRaes
- Date:
- Tue Mar 13 10:31:27 2018 +0000
- Revision:
- 1:550192b4ae8e
- Parent:
- 0:52e944ca21ea
- Child:
- 3:9c600fb19ed2
versie met afgewerkt ACK response;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| JelleRaes | 0:52e944ca21ea | 1 | #ifndef SLAVE_H |
| JelleRaes | 0:52e944ca21ea | 2 | #define SLAVE_H |
| JelleRaes | 0:52e944ca21ea | 3 | |
| JelleRaes | 0:52e944ca21ea | 4 | float getTemp(); |
| JelleRaes | 0:52e944ca21ea | 5 | float getPot(); |
| JelleRaes | 0:52e944ca21ea | 6 | |
| JelleRaes | 0:52e944ca21ea | 7 | void putLCD(char*); |
| JelleRaes | 0:52e944ca21ea | 8 | void putLED(char*); |
| JelleRaes | 0:52e944ca21ea | 9 | void putLED(float, float, float); |
| JelleRaes | 0:52e944ca21ea | 10 | void putBuzzer(int,int); |
| JelleRaes | 0:52e944ca21ea | 11 | |
| JelleRaes | 0:52e944ca21ea | 12 | void startSlave(const char *ip); |
| JelleRaes | 1:550192b4ae8e | 13 | char *getResponse(const char *request,const char *ip); |
| JelleRaes | 0:52e944ca21ea | 14 | #endif |
