Add Bosch 3 bar MAP sensor
This commit is contained in:
parent
87fc8018c4
commit
084d07362e
|
@ -1906,6 +1906,7 @@ menuDialog = main
|
|||
settingOption = "MPX6400", mapMin=3, mapMax=416 ; https://www.nxp.com/docs/en/data-sheet/MPXH6400A.pdf VOUT = VS x (0.002421xP–0.00842)
|
||||
settingOption = "Denso 079800", mapMin=0, mapMax=173 ; http://speeduino.com/forum/viewtopic.php?f=18&t=510&p=7023#p7021
|
||||
settingOption = "VW/Audi/Porsche 250kPa", mapMin=26, mapMax=250 ; http://speeduino.com/forum/viewtopic.php?p=17502#p17502
|
||||
settingOption = "Bosch 3 Bar TMAP", mapMin=-6, mapMax=323
|
||||
|
||||
field = "kPa At 0.0 Volts", mapMin
|
||||
field = "kPa At 5.0 Volts", mapMax
|
||||
|
@ -1925,6 +1926,7 @@ menuDialog = main
|
|||
settingOption = "MPX6400", baroMin=3, baroMax=416 ; https://www.nxp.com/docs/en/data-sheet/MPXH6400A.pdf VOUT = VS x (0.002421xP–0.00842)
|
||||
settingOption = "Denso 079800", baroMin=0, baroMax=173 ; http://speeduino.com/forum/viewtopic.php?f=18&t=510&p=7023#p7021
|
||||
settingOption = "VW/Audi/Porsche 250kPa", baroMin=26, baroMax=250 ; http://speeduino.com/forum/viewtopic.php?p=17502#p17502
|
||||
settingOption = "Bosch 3 Bar TMAP", mapMin=-6, mapMax=323
|
||||
|
||||
field = "kPa At 0.0 Volts", baroMin, { useExtBaro }
|
||||
field = "kPa At 5.0 Volts", baroMax, { useExtBaro }
|
||||
|
|
Loading…
Reference in New Issue