├── .gitignore ├── GY_MCU9064 user manual v1.pdf ├── LICENSE ├── README.md ├── Termovision_github.jpg └── main.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/.gitignore -------------------------------------------------------------------------------- /GY_MCU9064 user manual v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/GY_MCU9064 user manual v1.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/README.md -------------------------------------------------------------------------------- /Termovision_github.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/Termovision_github.jpg -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vvkuryshev/GY-MCU90640-RPI-Python/HEAD/main.py --------------------------------------------------------------------------------