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.
predupozorenje.cpp
00001 #include "predupozorenje.h" 00002 #include "mbed.h" 00003 00004 predupozorenje::predupozorenje(int stat){ 00005 stanje=stat; 00006 } 00007 00008 bool predupozorenje::zamjeni_motor(void){ 00009 motor=true; 00010 // pc.printf("Preporučujemo vam da zamjenite motor"); 00011 return motor; 00012 } 00013 00014 bool predupozorenje::zamjeni_hmost(void){ 00015 hmost=true; 00016 return hmost; 00017 // pc.printf("Preporučujemo vam da zamjenite hmost"); 00018 } 00019 00020 bool predupozorenje::zamjeni_wifi(void){ 00021 wifi=true; 00022 return wifi; 00023 // pc.printf("Preporučujemo vam da zamjenite esp8266"); 00024 }
Generated on Fri Jul 15 2022 05:51:56 by
1.7.2