en-us_commands:reference:ipidreverse
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:ipidreverse [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:ipidreverse [2026/09/08 00:53] (current) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| <code cpp> | <code cpp> | ||
| void setup() { | void setup() { | ||
| - | IpidSet(2, 4.0, 0.2, 0.0, 100, 0, 255); | + | IpidSet(2, 4.0, 0.2, 0.0, 100, 0, 255); // Set PID coefficients, |
| - | IpidReverse(2, | + | IpidReverse(2, |
| } | } | ||
| void loop() { | void loop() { | ||
| - | float pv = ntcRead(4) / 10.0; | + | float pv = ntcRead(4) / 10.0; // Return the NTC 3950 10kΩ sensor temperature as an integer in 0.1°C units. |
| float sv = 25.0; | float sv = 25.0; | ||
| - | int output = (int)IpidRun(2, | + | int output = (int)IpidRun(2, |
| analogWrite(11, | analogWrite(11, | ||
| Line 38: | Line 38: | ||
| * '' | * '' | ||
| * Use the same '' | * Use the same '' | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/ipidreverse.1788785567.txt.gz · Last modified: by 127.0.0.1
