/* * CAMETEO project * * This is a personnal project of weather station with * automatic photo taking. * This code is the weather station part and is meant * to be run on a PJRC Teensy 3.2 board. * * Author : Arofarn * * Licence : GPL v3 * */ //Protocols #include // library used with I2C protocol #include // SPI protocol //Teensy3.x Real Time Clock #include //SD card #include // Sensors #include // Generic //#include // DHT22 //#include // DHT22 unified //#include // BMP180 #include // BME280 #include //GPS //#include // Adafruit Ultimate GPS #include //Builtin GPS lib