nearly compiling

This commit is contained in:
Jonas Zeunert
2018-11-23 17:16:11 +01:00
parent eba6bb402a
commit 92194d2532
6 changed files with 23 additions and 36 deletions

View File

@@ -22,16 +22,6 @@ uint8_t Item::get_address()
return this->address;
}
void Item::activate()
{
gpio_interface->activate(this);
}
void Item::deactivate()
{
gpio_interface->deactivate(this);
}
}
}
}