Implements and integrates FlipperFactory

This commit is contained in:
Johannes Wendel
2020-01-06 08:12:15 +01:00
parent 1ef49a0e95
commit f00e10ea33
5 changed files with 44 additions and 11 deletions

View File

@@ -24,8 +24,11 @@ namespace config_path
const char item_address[] = "address";
const char item_extender[] = "extender";
const char item_identifier[] = "id";
const char deactivation_time[] = "deactivation_time_milliseconds";
const char sound_path[] = "sounds";
const char flipper_path[] = "flippers";
}
class Factory