Nadzor opterećenja

https://os.mbed.com/media/uploads/nikolarp/shema_fb_thumb.jpg

Committer:
nikolarp
Date:
Mon Apr 05 14:20:16 2021 +0000
Revision:
1:db40e2456381
Parent:
0:b6c8e3914720
2.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikolarp 0:b6c8e3914720 1 #include "mbed.h"
nikolarp 0:b6c8e3914720 2 DigitalOut zuta(D4);
nikolarp 0:b6c8e3914720 3 DigitalOut crvena(D2);
nikolarp 0:b6c8e3914720 4 DigitalOut zelena(D7);
nikolarp 0:b6c8e3914720 5 DigitalOut Alarm(D3);
nikolarp 0:b6c8e3914720 6 AnalogIn Ain(D11);
nikolarp 0:b6c8e3914720 7 InterruptIn button(PC_13);
nikolarp 0:b6c8e3914720 8 void LED(){
nikolarp 0:b6c8e3914720 9
nikolarp 0:b6c8e3914720 10 }