DS1820 Hello World

Dependencies:   mbed DS1820_HelloWorld DS1820

Files at this revision

API Documentation at this revision

Comitter:
heseg
Date:
Wed Jan 08 15:48:17 2020 +0000
Parent:
4:01060b5e01b4
Commit message:
Nucleo-F303K8, DS1820

Changed in this revision

BuNuc_DS1820.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BuNuc_DS1820.lib	Wed Jan 08 15:48:17 2020 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/Sissors/code/DS1820_HelloWorld/#01060b5e01b4
--- a/main.cpp	Fri Jan 13 18:30:37 2017 +0000
+++ b/main.cpp	Wed Jan 08 15:48:17 2020 +0000
@@ -1,7 +1,7 @@
 #define MULTIPLE_PROBES
 #define DATA_PIN        A0
 
-
+/* Ursprüngliches File: DS1820_HelloWorld */
 #ifdef MULTIPLE_PROBES
 
 #include "mbed.h"