MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / readReg

Method readReg

src/sensorinterface/RegisterInterface.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace SlimeVR::Sensors {
26
27[[nodiscard]] uint8_t EmptyRegisterInterface::readReg(uint8_t regAddr) const {
28 return 0;
29};
30[[nodiscard]] uint16_t EmptyRegisterInterface::readReg16(uint8_t regAddr) const {
31 return 0;
32};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected