meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sensor:digipot [2026/04/11 15:37] – [Arduino example code] vamsan | sensor:digipot [2026/04/11 16:29] (current) – [Renesas X9C series] vamsan | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * **Resistance Tolerance: | * **Resistance Tolerance: | ||
| * **Typical Wiper Resistance: | * **Typical Wiper Resistance: | ||
| + | |||
| + | {{page>: | ||
| {{ : | {{ : | ||
| Line 99: | Line 101: | ||
| } | } | ||
| - | // Function to reset wiper to 0 (by moving down 100 times) | + | // Function to reset the wiper to 0 (by moving down 100 times) |
| void resetToZero() { | void resetToZero() { | ||
| for (int i = 0; i < 100; i++) { | for (int i = 0; i < 100; i++) { | ||
| Line 130: | Line 132: | ||
| * **Direction: | * **Direction: | ||
| * **The " | * **The " | ||
| - | * **No Feedback:** These chips cannot tell the Arduino their current position. The resetToZero() function ensures you start at a known point by forcing the wiper down 100 times. | + | * **No Feedback:** These chips cannot tell the Arduino their current position. The //resetToZero()// function ensures you start at a known point by forcing the wiper down 100 times. |
| - | ===== Communication | + | ===== Sensor |
| - | {{topic>communication}} | + | {{topic>sensor}} |
| - | {{tag>BMP280 AHT20 temperature humidity pressure | + | {{tag> |
| This page has been accessed for: Today: {{counter|today}}, | This page has been accessed for: Today: {{counter|today}}, | ||