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.
Dependents: Sample_program_Font72
Revision 16:e11cde157bf6, committed 2019-01-07
- Comitter:
- WaleedElmughrabi
- Date:
- Mon Jan 07 19:16:23 2019 +0000
- Parent:
- 14:c591209285e9
- Commit message:
- Test
Changed in this revision
| DS1820.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c591209285e9 -r e11cde157bf6 DS1820.cpp
--- a/DS1820.cpp Sun Jan 08 17:26:21 2017 +0000
+++ b/DS1820.cpp Mon Jan 07 19:16:23 2019 +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.");