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.
Diff: IO.h
- Revision:
- 3:6536ed4d073e
- Parent:
- 0:b6c8e3914720
--- a/IO.h Mon Apr 05 17:52:54 2021 +0000
+++ b/IO.h Thu Apr 08 12:25:44 2021 +0000
@@ -4,7 +4,7 @@
DigitalOut zelena(D7);
DigitalOut Alarm(D3);
AnalogIn Ain(D11);
-InterruptIn button(PC_13);
+InterruptIn button(PC_13); //kreira funkcija InteruptIn povezanu na navedeni priključak
void LED(){
}
\ No newline at end of file