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.
Fork of Alarmsystem-FINAL1 by
system.h
00001 #ifndef SYSTEM_H 00002 #define SYSTEM_H 00003 /* Komplett funksjon for systempa, inkl, loggforing og varsling av krets. */ 00004 void systempaa(int aktiv); 00005 00006 //funksjonen blir kalt med 1Hz(1.0s) i en tikker, for overvåkning av kretser. 00007 void overvaking(void); 00008 00009 /* Nullstiller hele systemet ved aktivering av servicebryter */ 00010 void nullstilling(int servicebryter); 00011 00012 /* Funksjon for å lese av nåværende status på valgt krets. */ 00013 void natid_status(int kr); 00014 00015 /* Blinke funksjon til baragraph. */ 00016 void led_status(void); 00017 #endif 00018 00019 /* hei */
Generated on Thu Jul 14 2022 05:31:55 by
1.7.2
