NAC=$( $NAC * 3570 / $RS / 1000 )
NAC=$(($NAC * 3570 / $RS / 1000))
NAC=$(("$NAC" * 3570 / "$RS" / 1000))
NAC=$((NAC * 3570 / RS / 1000))
usr/sbin/bnf-i2c: line 45: syntax error: * 3570 / 20 / 1000
$ A= B=1; echo $(($A * $B)) sh: syntax error: * 1
-sh: arithmetic syntax error
i2cget -y 2 0x55 0x0c w
sudo i2cget -y 2 0x55 0x0c w