I've done both described procedures,
>[Bangle.barometerRd(0xD0),Bangle.barometerRd(0x0D)] =[ 0, 16 ] >
and
Bangle.getPressure().then(d=>{ console.log(d); // {temperature, pressure, altitude} }); =Promise: { } undefined
I don't speak js in the slightest, no idea what to make of this so thanks for your help!
@b3-4r started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've done both described procedures,
and
I don't speak js in the slightest, no idea what to make of this so thanks for your help!