Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: max32630fthr USBDevice
Diff: main.cpp
- Revision:
- 4:1e55b4a715da
- Parent:
- 3:27e027ab268b
- Child:
- 5:5dd9f657a9f9
--- a/main.cpp Wed Aug 12 20:02:32 2020 +0000 +++ b/main.cpp Mon Aug 17 15:10:21 2020 +0000 @@ -148,7 +148,6 @@ if (TempSensor.writeGPIOControl(GPIOControl) != 0){ microUSB.printf("Error writing register\r\n"); } - if (TempSensor.readGPIOControl(GPIOControl) == 0){ microUSB.printf("GPIOControl new config = %d\r\n", GPIOControl.all); }