Lepton-FLiR-Arduino
Lepton-FLiR-Arduino copied to clipboard
Arduino Library for the Lepton FLiR Thermal Camera Module.
Results
11
Lepton-FLiR-Arduino issues
Sort by
recently updated
recently updated
newest added
I have a question about this conversion: ``` (uint16_t *)&value ``` in ``` void LeptonFLiR::sendCommand(uint16_t cmdCode, uint32_t value) { #ifdef LEPFLIR_ENABLE_DEBUG_OUTPUT Serial.print(" LeptonFLiR::sendCommand cmdCode: 0x"); Serial.println(cmdCode, HEX); #endif if (waitCommandBegin(LEPFLIR_GEN_CMD_TIMEOUT))...