Fredrik Bjørken
/
Alarmsystem-FINAL1
ok
Fork of Alarmsystem-FINAL1 by
system.h@0:c9f607286335, 2016-02-25 (annotated)
- Committer:
- bredeh
- Date:
- Thu Feb 25 11:31:10 2016 +0000
- Revision:
- 0:c9f607286335
- Child:
- 1:9e082361c626
alarmsystem;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bredeh | 0:c9f607286335 | 1 | #ifndef SYSTEM_H |
bredeh | 0:c9f607286335 | 2 | #define SYSTEM_H |
bredeh | 0:c9f607286335 | 3 | /* Komplett funksjon for systempa, inkl, loggforing og varsling av krets. */ |
bredeh | 0:c9f607286335 | 4 | void systempaa(int aktiv); |
bredeh | 0:c9f607286335 | 5 | |
bredeh | 0:c9f607286335 | 6 | //funksjonen blir kalt med 1Hz(1.0s) i en tikker, for overvåkning av kretser. |
bredeh | 0:c9f607286335 | 7 | void overvaking(void); |
bredeh | 0:c9f607286335 | 8 | |
bredeh | 0:c9f607286335 | 9 | /* Nullstiller hele systemet ved aktivering av servicebryter */ |
bredeh | 0:c9f607286335 | 10 | void nullstilling(int servicebryter); |
bredeh | 0:c9f607286335 | 11 | |
bredeh | 0:c9f607286335 | 12 | /* Funksjon for å lese av nåværende status på valgt krets. */ |
bredeh | 0:c9f607286335 | 13 | void natid_status(int kr); |
bredeh | 0:c9f607286335 | 14 | |
bredeh | 0:c9f607286335 | 15 | |
bredeh | 0:c9f607286335 | 16 | |
bredeh | 0:c9f607286335 | 17 | /* Blinke funksjon til baragraph. */ |
bredeh | 0:c9f607286335 | 18 | void led_status(void); |
bredeh | 0:c9f607286335 | 19 | #endif |