Skip to content

Commit 58f8cdd

Browse files
authored
[HC-1644, HC-1204] Find the temperature sensor in your Arduino Starter Kit & deploy.mjs patch (#490)
* New article: Find the temperature sensor in your Arduino Starter Kit * Add newline character to end of file * Fix incorrectly displaying info about category instead of section
1 parent dbf3e4b commit 58f8cdd

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

_deploy/zendesk.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ function getPositionRow(zendeskCategories, zendeskSections, dirPath) {
831831
category: positionLevels[0],
832832
section: positionLevels[1],
833833
source: clc.green(dirPath),
834-
target: clc.green(zendeskCategory.html_url.split('-').slice(0, 2).join('-'))
834+
target: clc.green(zendeskSection.html_url.split('-').slice(0, 2).join('-'))
835835
};
836836
}
837837
}
@@ -865,7 +865,7 @@ function getPositionRows(zendeskCategories, zendeskSections, localDirPaths) {
865865
category: category_name,
866866
section: section_name,
867867
source: clc.red('Not found'),
868-
target: clc.yellow(zendeskCategory.html_url.split('-').slice(0, 2).join('-'))
868+
target: clc.yellow(zendeskSection.html_url.split('-').slice(0, 2).join('-'))
869869
})
870870
}
871871
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Find the temperature sensor in your Arduino Starter Kit"
3+
---
4+
5+
A temperature sensor will change its voltage output depending on the temperature of the
6+
component. Learn how to find the sensor in your kit.
7+
8+
---
9+
10+
The temperature sensor included in the Starter Kit looks like this:
11+
12+
![Photo of the temperature sensor. Three straight, parallel pins connect to the black, plastic housing. The housing is shaped like a half-cylinder.](img/Temp_Sensor_ISO.jpg)
13+
14+
Here are some tips to help tell it apart from other components:
15+
16+
* All three pins on the temperature sensor are straight, unlike the included transistors, which have a bend in the two outer pins.
17+
* Look for the label "TMP" or "MCP9700AE" on the flat side of the temperature sensor. You may need a flashlight to see the text clearly.
Loading

0 commit comments

Comments
 (0)