MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / write

Method write

libraries/MAX44007/Max44007.cpp:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251void Max44007::write(uint8_t reg, uint8_t value)
252{
253 _wire->beginTransmission(_address);
254 _wire->write(reg);
255 _wire->write(value);
256 _error = _wire->endTransmission();
257}
258
259
260// -- END OF FILE --

Callers 15

writeReg8Method · 0.45
readReg8Method · 0.45
writeReg16Method · 0.45
readReg16Method · 0.45
readMethod · 0.45
requestTemperaturesMethod · 0.45
readScratchPadMethod · 0.45
sendMethod · 0.45
requestMethod · 0.45
writeRegMethod · 0.45
readRegMethod · 0.45
writeRegMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected