need a help

I want to map the values from AS726x measurement values

map(value, fromLow, fromHigh, toLow, toHigh)

I have not been able to locate min/max values that are reported not whether this range is impacted by GAIN setting.

Please help me into this.

Thanks,

Altering the GAIN should alter the readings; I’m not certain I fully understand the question but the 2 examples you probably want to look at/try experimenting with are https://github.com/sparkfun/SparkFun_AS … ttings.ino and https://github.com/sparkfun/SparkFun_AS … Values.ino

Hope this helps!

Thanks for the help.