marko puric / DustSenzor

Dependents:   PMS5003

Fork of DustSenzor by marko puric

Revision:
3:e382316d6d00
Parent:
2:4c3bdadb6bc4
Child:
5:fd42a3f8c7eb
--- a/DustSenzor.h	Fri May 05 10:37:43 2017 +0000
+++ b/DustSenzor.h	Fri May 05 13:44:42 2017 +0000
@@ -13,9 +13,7 @@
         I2C i2c_lcd;
         Serial pc;
         DigitalOut set;
-        DigitalOut reset;
         InterruptIn tipka;
-        InterruptIn tipkaReset;
         Timer debounce;
         unsigned char buff[32];
         bool provjera;
@@ -30,8 +28,7 @@
         void Ispis();
         void Racunanje();
         void modeSet();
-        void Pocetna();
-        void senzorReset();
+
         void Koeficijenti( unsigned char *, short *, short *, short *, float *, float *, float *);
     
 };