Proof of concept for distance and temperature monitoring
Dependencies: mbed mbedConnectorInterface mbedEndpointNetwork
Revision 1:2d8c4995c5bc, committed 2015-05-01
- Comitter:
- coyotebush
- Date:
- Fri May 01 23:24:06 2015 +0000
- Parent:
- 0:cb422b231ea5
- Child:
- 2:fa0acc891712
- Child:
- 3:b51fcb5fd114
- Commit message:
- hi
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 01 23:21:36 2015 +0000 +++ b/main.cpp Fri May 01 23:24:06 2015 +0000 @@ -9,6 +9,7 @@ Serial term(USBTX, USBRX); HCSR04 distS(TRIG_PIN, ECHO_PIN); +// Corey was here int main() { GroveTempSensor tempS; float temperature;