Lines Matching +full:lower +full:- +full:temperature +full:- +full:limit
6 * SPDX-License-Identifier: Apache-2.0
22 printf("Could not fetch temperature: %d\n", ret); in read_temperature()
28 printf("Could not get temperature: %d\n", ret); in read_temperature()
42 printf("Reading temperature failed: %d\n", ret); in temp_alert_handler()
47 printf("Temperature below threshold: %0.1f°C\n", temp); in temp_alert_handler()
49 printf("Temperature above threshold: %0.1f°C\n", temp); in temp_alert_handler()
51 printf("Error: temperature alert triggered without valid condition\n"); in temp_alert_handler()
69 printf("Device %s is not ready\n", dev->name); in main()
73 printf("Temperature device is %p, name is %s\n", dev, dev->name); in main()
78 printf("Failed to read temperature: %d\n", ret); in main()
94 printf("Set temperature lower limit to %0.1f°C\n", low_temp); in main()
107 printf("Set temperature upper limit to %0.1f°C\n", high_temp); in main()
118 printf("Failed to read temperature: %d\n", ret); in main()
122 printf("Temperature is %0.1lf°C\n", sensor_value_to_double(&value)); in main()