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-FINAL by
loggforing.h@8:39b77cfa1a1b, 2016-02-29 (annotated)
- Committer:
- Bjorken
- Date:
- Mon Feb 29 13:09:00 2016 +0000
- Revision:
- 8:39b77cfa1a1b
- Parent:
- 0:c9f607286335
last
Who changed what in which revision?
User | Revision | Line number | New 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 |