Thermometer program using TYBLE16
Dependencies: HDC1000 TYBLE16_BASE TextLCD
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Revision 1:1bb39678a0b2, committed 2018-02-25
- Comitter:
- kenjiArai
- Date:
- Sun Feb 25 03:43:27 2018 +0000
- Parent:
- 0:d215cd7076fe
- Commit message:
- bug fix
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d215cd7076fe -r 1bb39678a0b2 main.cpp --- a/main.cpp Sun Feb 25 02:07:24 2018 +0000 +++ b/main.cpp Sun Feb 25 03:43:27 2018 +0000 @@ -137,7 +137,7 @@ while (ble.hasInitialized() == false) { /* spin loop */ } // Check TYBLE-16 configuration cpu_sys(); - if (compile_condition == false) { + if (compile_condition() == false) { pc.printf("This is wrong configuration!!\r\n"); while(true) { led1 = !led1;