Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 792 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 792 Bytes

CESI-WorldWeatherWatcher

Vous pouvez accèder au WIKI ici

Projet réalisé par Nicolas Dusserre, Antoine Lonné et Benoît Desbourdieux

Project DIR
├── README.md
├── assets
│   └── img
│       └── diagram_interval.png
├── avr-gcc.mk
├── main
│   ├── main.ino
│   └── src
│       ├── imported_libs
│       │   ├── BME280
│       │   ├── ChainableLED
│       │   ├── EEPROM
│       │   ├── RTClib
│       │   └── TinyGPS
│       └── project_libs
│           ├── Config
│           ├── Led
│           └── SDCard
└── makefile