This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Converts PTW raw video files (from WiDy software) to batches of tiff | |
% files sequentially numbered. | |
% Andrew Wade | |
% [email protected] | |
% September 2017 | |
% Adapted from example code given on p10 of WiDy SWIR User Manual | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*************************************************** | |
Temperature logger | |
Must use ESP8266 Arduino from: | |
https://github.com/esp8266/Arduino | |
Works with Adafruit's Huzzah ESP board: | |
----> https://www.adafruit.com/product/2471 | |
Adapted from code Written by Todd Treece. |
NewerOlder