ts: Add temperature location comments

Avert some confusion about the locations.
HOS uses TMP451 IC's internal thermistor for PCB temp readings and external is connected to a thermistor to SoC's package temp pins, so SoC temp readings.
This commit is contained in:
CTCaer 2020-03-11 12:23:25 +02:00 committed by fincs
parent 8421863c78
commit d7e6207708

View File

@ -10,8 +10,8 @@
/// Location
typedef enum {
TsLocation_Internal = 0, ///< Internal
TsLocation_External = 1, ///< External
TsLocation_Internal = 0, ///< TMP451 Internal: PCB
TsLocation_External = 1, ///< TMP451 External: SoC
} TsLocation;
/// Initialize ts.