Maxim Integrated / Mbed OS MAX30208_Demo

Dependencies:   max32630fthr USBDevice

Files at this revision

API Documentation at this revision

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()
 {