this is for shield
Dependents: PIR_Sensor_wifi ThingSpeak_ESP8266 heart_rate_monitor
Fork of ESP8266 by
Revision 3:9f5d26a20e0e, committed 2016-05-14
- Comitter:
- naray23
- Date:
- Sat May 14 08:00:32 2016 +0000
- Parent:
- 2:77388e8f0697
- Commit message:
- tHIS IS THE CODE TO CHECK FUNCTINALITY OF ESP8266 WITH EDUVANCE SHIELD AND FRDM25Z
Changed in this revision
ESP8266.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 77388e8f0697 -r 9f5d26a20e0e ESP8266.cpp --- a/ESP8266.cpp Sun Dec 28 21:58:49 2014 +0000 +++ b/ESP8266.cpp Sat May 14 08:00:32 2016 +0000 @@ -73,6 +73,7 @@ if(comm.readable()) { c = comm.getc(); AddChar(r, c); + t.start(); } if(t.read_ms() > to) {