ok

Dependencies:   mbed

Fork of Alarmsystem-FINAL1 by Brede Hesvik

Committer:
bredeh
Date:
Thu Feb 25 11:31:10 2016 +0000
Revision:
0:c9f607286335
alarmsystem;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bredeh 0:c9f607286335 1 #ifndef LOGGFORING_H
bredeh 0:c9f607286335 2 #define LOGGFORING_H
bredeh 0:c9f607286335 3 void logg_inbrudd(int status, float timer, float volt);
bredeh 0:c9f607286335 4 void logg_servicebryter(float sek);
bredeh 0:c9f607286335 5 void logg_brukernullstill(float sek);
bredeh 0:c9f607286335 6 void logg_system_av(float timer);
bredeh 0:c9f607286335 7 void logg_feilpass();
bredeh 0:c9f607286335 8 #endif