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.
Dependencies: mbed Perilica_rublja
glavni.cpp
00001 #include "mbed.h" 00002 #include "program.h" 00003 00004 InterruptIn presostat(D3,PullUp); 00005 InterruptIn termostat(D2,PullUp); 00006 InterruptIn grijac(D4,PullUp); 00007 00008 00009 00010 00011 int main(){ 00012 Display=0x80; 00013 while(1) 00014 { 00015 00016 Program(); 00017 grijac.fall(&signalizacija); 00018 presostat.fall(&signalizacija); 00019 termostat.fall(&signalizacija); 00020 } 00021 } 00022 00023 00024
Generated on Wed Aug 10 2022 02:53:29 by
1.7.2