Skip to content

Commit

Permalink
Update io.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsurkan-av authored Dec 23, 2024
1 parent 20c1f59 commit 96ef96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ io.addGPIOInput(Name, pin, pinMode, pinType[, debounceDelay[, sendDelay[, holdDe
Например, создание входа для геркона

```lua
addGPIOInput("gerkon", 28, pio.INPUT_PULLUP, 2)
io.addGPIOInput("gerkon", 28, gpio.INPUT_PULLUP, 2)
```

### io.get()
Expand Down

0 comments on commit 96ef96d

Please sign in to comment.