mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
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:
parent
8421863c78
commit
d7e6207708
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user