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: Detektor_Pokreta Dino_Martic_Programski
DetectOff.h
00001 #ifndef MBED_DETECTOFF_H 00002 #define MBED_DETECTOFF_H 00003 00004 //Izvorne datoteke 00005 #include "mbed.h" 00006 00007 00008 //Definicija klase 00009 class DetectOff{ 00010 //Javne varijable 00011 public: 00012 DetectOff(PinName pin); 00013 void disable(int n); 00014 00015 //Privatne varijable 00016 private: 00017 DigitalOut _pin; 00018 }; 00019 00020 #endif
Generated on Sun Jul 17 2022 22:18:56 by
