Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/espurna/button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include "light.h"
#include "ws.h"
#include "mcp23s08.h"
#include "thermostat.h"

#include "button_config.h"

#include "libs/DebounceEvent.h"


BrokerBind(ButtonBroker);

// TODO: if we are using such conversion helpers across the codebase, should convert() be in internal ns?
Expand Down
Loading