Dust Sesnsor PMS5003

Dependencies:   DustSenzor NetServices ThingSpeakEthernet mbed

Fork of PMS5003 by marko puric

Files at this revision

API Documentation at this revision

Comitter:
mpuric
Date:
Thu Jun 08 18:28:54 2017 +0000
Parent:
11:8e2829f54314
Child:
13:5c98f1d10e70
Commit message:
Init commit;

Changed in this revision

DustSenzor.lib Show annotated file Show diff for this revision Revisions of this file
ThingSpeak.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
--- a/DustSenzor.lib	Mon Jun 05 08:20:36 2017 +0000
+++ b/DustSenzor.lib	Thu Jun 08 18:28:54 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/mpuric/code/DustSenzor/#fd42a3f8c7eb
+https://developer.mbed.org/users/mpuric/code/DustSenzor/#f6a93c155525
--- a/ThingSpeak.lib	Mon Jun 05 08:20:36 2017 +0000
+++ b/ThingSpeak.lib	Thu Jun 08 18:28:54 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/mpuric/code/ThingSpeakEthernet/#a7bce9e88175
+https://developer.mbed.org/users/mpuric/code/ThingSpeakEthernet/#ea7f0ef29ef5
--- a/main.cpp	Mon Jun 05 08:20:36 2017 +0000
+++ b/main.cpp	Thu Jun 08 18:28:54 2017 +0000
@@ -33,17 +33,3 @@
     }
 }
         
-
-
-/* void DustSenzor::modeSet(){
-    if(debounce.read_ms() > 250 && provjera==false) {
-        set=1;
-        debounce.reset();
-        provjera=true;
-        } 
-        else if(debounce.read_ms() > 250 && provjera==true){
-                set=0;
-                debounce.reset();
-                provjera=false;
-        }
-    } */
\ No newline at end of file