├── 3.5 ├── LICENSE.md ├── Lepton.cpp ├── Lepton.h ├── README.md ├── images ├── pinmap.jpeg ├── sample_1.jpeg └── sample_2.jpeg └── main.ino /3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/3.5 -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Lepton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/Lepton.cpp -------------------------------------------------------------------------------- /Lepton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/Lepton.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/README.md -------------------------------------------------------------------------------- /images/pinmap.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/images/pinmap.jpeg -------------------------------------------------------------------------------- /images/sample_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/images/sample_1.jpeg -------------------------------------------------------------------------------- /images/sample_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/images/sample_2.jpeg -------------------------------------------------------------------------------- /main.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JSpiner/ThermalScope/HEAD/main.ino --------------------------------------------------------------------------------