SSL multi-sensor

Dependencies:   LinkedList

Dependents:   ZZ_SSL_Main_L476

Files at this revision

API Documentation at this revision

Comitter:
WaleedElmughrabi
Date:
Tue Nov 27 13:52:07 2018 +0000
Parent:
14:c591209285e9
Commit message:
Multiple Sensors

Changed in this revision

DS1820.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DS1820.cpp	Sun Jan 08 17:26:21 2017 +0000
+++ b/DS1820.cpp	Tue Nov 27 13:52:07 2018 +0000
@@ -30,12 +30,14 @@
            gpio_add = GPIOD_BASE; 
             __GPIOD_CLK_ENABLE(); 
             break; 
+            /*
 #endif 
 #if defined(GPIOF_BASE) 
         case PortF: 
             gpio_add = GPIOF_BASE; 
             __GPIOF_CLK_ENABLE(); 
-            break; 
+            break;
+            */ 
 #endif 
       default: 
            error("Pinmap error: wrong port number.");