From 9794877f13cd3e21d235dc677ba07ae16c75a874 Mon Sep 17 00:00:00 2001 From: dam74 Date: Mon, 18 Mar 2019 09:30:16 +0100 Subject: [PATCH] Add files via upload --- XCTRACK_VARIO_FTDI_MS5611.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/XCTRACK_VARIO_FTDI_MS5611.ino b/XCTRACK_VARIO_FTDI_MS5611.ino index 8367f58..1085d0c 100644 --- a/XCTRACK_VARIO_FTDI_MS5611.ino +++ b/XCTRACK_VARIO_FTDI_MS5611.ino @@ -2,6 +2,8 @@ VARIO XCTRACK arduino nano with ftdi chip, all other chip will not work sensor ms5611 +https://github.com/dvarrel/arduino-ms5xxx + damien varrel 09/2018 Based on Arduino Vario by Benjamin PERRIN 2017 / Vari'Up @@ -46,7 +48,9 @@ Field 4, battery voltage or charge percentage Percentage should be 0 to 100, with no decimals, added by 1000! */ +//https://github.com/dvarrel/arduino-ms5xxx #include + #include ///////////////////////////////////////// MS5611 sensor(&Wire);