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
Revision 2:836c3793cd68, committed 2020-08-10
- Comitter:
- tlyp
- Date:
- Mon Aug 10 13:10:57 2020 +0000
- Parent:
- 1:bf1f12445c37
- Child:
- 3:27e027ab268b
- Commit message:
- Removed unused variables
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Aug 10 13:03:59 2020 +0000
+++ b/main.cpp Mon Aug 10 13:10:57 2020 +0000
@@ -50,10 +50,6 @@
MAX30208 TempSensor(i2c, 0x50); //Constructor takes 7-bit slave adrs
-void testInt(){
- microUSB.printf("Triggered\r\n");
-}
-
int main()
{

