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