Search found 1 match
- Fri Mar 17, 2023 9:45 am
- Forum: Hardware
- Topic: Reading temperature from Delphi
- Replies: 0
- Views: 4016
Reading temperature from Delphi
This is how I did it: First you have to declare some constants and procedures: unit TelldusCoreAPI; interface type IntegerPtr = ^integer; //Sensor value types //define TELLSTICK_TEMPERATURE 1 TELLSTICK_TEMPERATURE = 1; //define TELLSTICK_HUMIDITY 2 TELLSTICK_HUMIDITY = 2; // TELLSTICK_API int WINAPI...