en-us_commands:reference:ianalogwriteinit
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en-us_commands:reference:ianalogwriteinit [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1 | en-us_commands:reference:ianalogwriteinit [2026/09/14 20:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ===== Example ===== | ===== Example ===== | ||
| + | |||
| + | This example uses MPAINO-8A8R(T) with a Y output module and **Analog Output Module → Y** selected. It sets CH0 to a 0–1000 range and outputs its midpoint. | ||
| <code cpp> | <code cpp> | ||
| - | IanalogWriteInit(0, | + | void setup() { |
| + | | ||
| + | } | ||
| + | |||
| + | void loop() { | ||
| + | IanalogWrite(0, | ||
| + | delay(500); | ||
| + | } | ||
| </ | </ | ||
| Line 27: | Line 36: | ||
| * '' | * '' | ||
| * Do not use high-speed pulse GPIO numbers '' | * Do not use high-speed pulse GPIO numbers '' | ||
| + | |||
| + | ===== Built-in Commands in the Same Category ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| [[: | [[: | ||
en-us_commands/reference/ianalogwriteinit.1788785566.txt.gz · Last modified: by 127.0.0.1
