diff --git a/_deploy/zendesk.mjs b/_deploy/zendesk.mjs index 5b595818..917caafa 100644 --- a/_deploy/zendesk.mjs +++ b/_deploy/zendesk.mjs @@ -831,7 +831,7 @@ function getPositionRow(zendeskCategories, zendeskSections, dirPath) { category: positionLevels[0], section: positionLevels[1], source: clc.green(dirPath), - target: clc.green(zendeskCategory.html_url.split('-').slice(0, 2).join('-')) + target: clc.green(zendeskSection.html_url.split('-').slice(0, 2).join('-')) }; } } @@ -865,7 +865,7 @@ function getPositionRows(zendeskCategories, zendeskSections, localDirPaths) { category: category_name, section: section_name, source: clc.red('Not found'), - target: clc.yellow(zendeskCategory.html_url.split('-').slice(0, 2).join('-')) + target: clc.yellow(zendeskSection.html_url.split('-').slice(0, 2).join('-')) }) } } diff --git a/content/Education and Kits/Starter Kit/Find-the-temperature-sensor-in-your-Arduino-Starter-Kit.md b/content/Education and Kits/Starter Kit/Find-the-temperature-sensor-in-your-Arduino-Starter-Kit.md new file mode 100644 index 00000000..addbe26a --- /dev/null +++ b/content/Education and Kits/Starter Kit/Find-the-temperature-sensor-in-your-Arduino-Starter-Kit.md @@ -0,0 +1,17 @@ +--- +title: "Find the temperature sensor in your Arduino Starter Kit" +--- + +A temperature sensor will change its voltage output depending on the temperature of the +component. Learn how to find the sensor in your kit. + +--- + +The temperature sensor included in the Starter Kit looks like this: + +![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) + +Here are some tips to help tell it apart from other components: + +* All three pins on the temperature sensor are straight, unlike the included transistors, which have a bend in the two outer pins. +* 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. diff --git a/content/Education and Kits/Starter Kit/img/Temp_Sensor_ISO.jpg b/content/Education and Kits/Starter Kit/img/Temp_Sensor_ISO.jpg new file mode 100644 index 00000000..f901ef63 Binary files /dev/null and b/content/Education and Kits/Starter Kit/img/Temp_Sensor_ISO.jpg differ