Skip to content

Commit

Permalink
docs: small fix in gpio article
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 4, 2019
1 parent e144497 commit d3fffb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ru/gpio.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ level = pi.read(12)
import time
import pigpio

pi = pigpio.pi()

# устанавливаем режим 13 пина на вывод
pi.set_mode(13, pigpio.OUTPUT)

Expand Down

0 comments on commit d3fffb7

Please sign in to comment.