en-us_commands:builtin
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en-us_commands:builtin [2026/09/12 23:27] – 바깥 편집 127.0.0.1 | en-us_commands:builtin [2026/09/15 11:47] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== Built-in Command List ===== | ===== Built-in Command List ===== | ||
| - | Check the digital pin numbers and directions for your product | + | I/O addresses in the examples depend on the product. |
| **Browse by category** | **Browse by category** | ||
| Line 172: | Line 172: | ||
| ^ Command Syntax ^ Return Value ^ Description ^ | ^ Command Syntax ^ Return Value ^ Description ^ | ||
| | [[: | | [[: | ||
| + | |||
| + | This example uses the first MPAINO-8A8R(T) input '' | ||
| <code cpp> | <code cpp> | ||
| bool lampState = false; | bool lampState = false; | ||
| + | |||
| + | void setup() {} | ||
| void loop() { | void loop() { | ||
| Line 199: | Line 203: | ||
| PLC-style timers do not pause the program like '' | PLC-style timers do not pause the program like '' | ||
| + | |||
| + | This example uses the first MPAINO-8A8R(T) input '' | ||
| <code cpp> | <code cpp> | ||
| + | void setup() {} | ||
| + | |||
| void loop() { | void loop() { | ||
| bool run = Ibounce(0, 30); | bool run = Ibounce(0, 30); | ||
| Line 449: | Line 457: | ||
| const uint8_t outputChannel = 64; | const uint8_t outputChannel = 64; | ||
| - | void setup() { | + | void setup() {} |
| - | pinMode(inputChannel, | + | |
| - | pinMode(outputChannel, | + | |
| - | } | + | |
| void loop() { | void loop() { | ||
| Line 485: | Line 490: | ||
| * [[: | * [[: | ||
| * [[: | * [[: | ||
| - | * [[: | + | * [[: |
| * [[: | * [[: | ||
en-us_commands/builtin.1789223260.txt.gz · Last modified: by 127.0.0.1
