From 084d07362e774fef1515cb8b8ccdb9c2f6667cb0 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Sun, 18 Nov 2018 08:20:22 +1100 Subject: [PATCH] Add Bosch 3 bar MAP sensor --- reference/speeduino.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/speeduino.ini b/reference/speeduino.ini index 3bec6f8b..43b6593a 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -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 }