MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / getTemperature

Function getTemperature

examples/AllProtocolsOnLCD/ADCUtils.hpp:841–843  ·  view source on GitHub ↗

* Handles usage of 1.1 V reference and channel switching by introducing the appropriate delays. */

Source from the content-addressed store, hash-verified

839 * Handles usage of 1.1 V reference and channel switching by introducing the appropriate delays.
840 */
841float getTemperature(void) {
842 return getCPUTemperature();
843}
844float getCPUTemperature(void) {
845#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
846 return 0.0;

Callers

nothing calls this directly

Calls 1

getCPUTemperatureFunction · 0.85

Tested by

no test coverage detected