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

Method readReg16

src/sensorinterface/RegisterInterface.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return 0;
29};
30[[nodiscard]] uint16_t EmptyRegisterInterface::readReg16(uint8_t regAddr) const {
31 return 0;
32};
33void EmptyRegisterInterface::writeReg(uint8_t regAddr, uint8_t value) const {};
34void EmptyRegisterInterface::writeReg16(uint8_t regAddr, uint16_t value) const {};
35void EmptyRegisterInterface::readBytes(uint8_t regAddr, uint8_t size, uint8_t* buffer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected