MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / startPressure

Method startPressure

modules/drivers/bmp180/bmp180.js:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 startPressure() {
106 return this.write(BMP180_REG_CONTROL, BMP180_COMMAND_PRESSURE0);
107 }
108 getPressure(T) {
109 let data = this.readBytes(BMP180_REG_RESULT, 3);
110

Callers 1

sampleMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected