SSL multi-sensor
Revision 16:b225b6fa6ce7, committed 2018-11-27
- 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 |
diff -r c591209285e9 -r b225b6fa6ce7 DS1820.cpp --- 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.");