-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Line: 7
BlueMicro_BLE//firmware/keyscanner.cpp
Lines 4 to 14 in 60e8877
| #include "keyscanner.h" | |
| //todo refactor KeyScanner and split into get/update/send sequences | |
| KeyScanner::KeyScanner(PersistentState* cfg, DynamicState* stat) { // Constructor | |
| config=cfg; | |
| status=stat; | |
| } | |
| /**************************************************************************************************************************/ |