Implement Differential inputs and configuration via CFG file
View Power FC Sensor inputs via DIgital Gauges on raspberry pi
Brought to you by:
markus1981
Originally created by: GoogleCodeExporter
Originally owned by: JacobD10
Add ability to configure the AUX input values
EG:
y=m*x+b
So you can define
m as the multiplier,
b as the addition and
x as an Aux input (or difference between aux inputs).
:)
So config for differential AUX input:
x=AUX1-AUX2
m=<some number>
b=<some number>
Or config for single AUX input
x=AUX1
m=<some number>
b=<some number>
Example innovate LC1 where 0V=9AFR 5V=16AFR
To calculate the Values for the CFG
M=( 16(Value at 5V)-9(Value at 5V) )/ 5V
The resultfor M = 1.4
B= Value at 0V
The resultfor B = 1.4
Y=AUX1-AUX2
M=1.4
B=9
Original issue reported on code.google.com by Markus.I...@gmail.com on 11 Mar 2015 at 8:44
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: GoogleCodeExporter
Original comment by
Markus.I...@gmail.comon 11 Mar 2015 at 12:29View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: JacobD10
Added support for this. Just needs testing. Currently compiles fine just not sure about runtime errors because I don't have any auxiliary inputs set up to test.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"