Line 48 commented out
Dependents: UPAS_MicroBLE ENV_NODE_REQUEST_POC ENV_F303K8
Fork of SI1145 by
Revision 9:daf5ed7c7c3e, committed 2016-01-18
- Comitter:
- jelord
- Date:
- Mon Jan 18 22:06:40 2016 +0000
- Parent:
- 8:4511725f06b2
- Commit message:
- Line 48 commented out. Had to be done for MicroChip to work... All references to "Serial pc" object removed...No printfs can be done to the terminal. Does this affect all paths?
Changed in this revision
SI1145.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4511725f06b2 -r daf5ed7c7c3e SI1145.cpp --- a/SI1145.cpp Sun Jun 14 01:40:33 2015 +0000 +++ b/SI1145.cpp Mon Jan 18 22:06:40 2016 +0000 @@ -45,7 +45,7 @@ float idf; idu = data[0]; idf = (float)idu; - pc.printf("%4.0f ID\n",idf); + // pc.printf("%4.0f ID\n",idf); COMMENTED OUT B/C only one Serial object can exist in main...??? // reset______________________________________________ //write MEASRATE0 char MEASRATE0[2] = {0x08,0x0};