You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sensor.resolution = 9;
res = sensor.resolution;
trace("res - should be 9 :", res, '\n');
must configure the resoluton of the sensor and the example works but only during the test
If the device is not shunt down the setting is lost
In other words the configuration is done only in the RAM of the sensor and not in the internal EEPROM.
Can you verify it? maybe is only a issue of my sensors, but I test a lot of them (from unique seller)
Thank you