diff options
author | Razor <RazorSh4rk@users.noreply.github.com> | 2023-12-13 18:13:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 12:13:39 -0500 |
commit | f0753bd3381a86826082d5bf7a349c1f0b9f7e48 (patch) | |
tree | 1d775bac224d04f4f75f82d4a30845390405e723 /docs | |
parent | 6676c1df86e9cb9480b9dd98f77357f69d8ef0d8 (diff) | |
download | kutter-f0753bd3381a86826082d5bf7a349c1f0b9f7e48.tar.gz kutter-f0753bd3381a86826082d5bf7a349c1f0b9f7e48.tar.xz kutter-f0753bd3381a86826082d5bf7a349c1f0b9f7e48.zip |
docs: add rp2040 to internal temp sensor list (#6426)
Signed-off-by: Levi Szabo <iamrazorshark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index bcccebe0..c81dc0a2 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2559,7 +2559,7 @@ sensor_type: LM75 ### Builtin micro-controller temperature sensor -The atsam, atsamd, and stm32 micro-controllers contain an internal +The atsam, atsamd, stm32 and rp2040 micro-controllers contain an internal temperature sensor. One can use the "temperature_mcu" sensor to monitor these temperatures. |