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.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
Diff: main/main.c
- Revision:
- 6:b325de442777
- Parent:
- 4:9e1c6ac4ef06
- Child:
- 8:8b5e0bb28da0
--- a/main/main.c Fri Feb 16 19:43:06 2018 +0000
+++ b/main/main.c Thu Feb 22 18:33:44 2018 +0000
@@ -15,6 +15,7 @@
#include "server-http.h"
#include "trace.h"
#include "values.h"
+#include "debounce.h"
int main()
{
@@ -31,6 +32,7 @@
OneWireInit();
DeviceInit();
HeatingInit();
+ DebounceInit();
if ( SettingsInit()) goto end;
if ( TraceInit()) goto end;
if ( ValuesInit()) goto end;