Add files via upload

pull/8/head
dam74 2019-03-18 09:30:16 +01:00 zatwierdzone przez GitHub
rodzic 9b5eb0c1a6
commit 9794877f13
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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 <MS5611.h>
#include <avr/wdt.h>
/////////////////////////////////////////
MS5611 sensor(&Wire);