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

Method _write

libraries/ADT7470/ADT7470.cpp:485–488  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////// PRIVATE - LOW LEVEL I2C

Source from the content-addressed store, hash-verified

483// PRIVATE - LOW LEVEL I2C
484//
485int ADT7470::_write(const uint8_t reg, uint8_t value)
486{
487 return _write(reg, &value, 1);
488}
489
490
491int ADT7470::_write(const uint8_t reg, uint8_t *buffer, uint8_t length)

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected