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.
Fork of DustSenzor by
Diff: DustSenzor.h
- Revision:
 - 3:e382316d6d00
 - Parent:
 - 2:4c3bdadb6bc4
 - Child:
 - 5:fd42a3f8c7eb
 
diff -r 4c3bdadb6bc4 -r e382316d6d00 DustSenzor.h
--- 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 *);
     
 };
    