Hepta Temperature Sensor
Dependencies: mbed HeptaBattery HeptaTemp
Fork of Lab7-01_template by
Revision 19:54d195eeaaee, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:23:52 2019 +0000
- Parent:
- 18:8291206e301b
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8291206e301b -r 54d195eeaaee main.cpp --- a/main.cpp Mon Aug 19 05:58:31 2019 +0000 +++ b/main.cpp Mon Aug 19 06:23:52 2019 +0000 @@ -3,7 +3,7 @@ #include"HeptaTemp.h" Serial pc(USBTX, USBRX); -HeptaBattery battery(p19,p26); +HeptaBattery battery(p16,p26); HeptaTemp temper(p17); int main()