MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / Button_Service

Class Button_Service

src/button_service/Button_Service.h:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "ble_config/ble_config_earable.h"
6
7class Button_Service {
8public:
9 void begin();
10 void write_state(int state);
11private:
12 BLEService * buttonService{};
13 BLEUnsignedCharCharacteristic * buttonStateC{};
14};
15
16extern Button_Service button_service;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected