Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab authored and MrYsLab committed Jun 20, 2019
1 parent 342d8df commit 70d7436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ping.py
Expand Up @@ -34,7 +34,7 @@ def cb_ping(data):
# create a PyMata instance
board = PyMata3(2)

# configure 4 pins for 4 SONAR modules
# configure an HC-SR04 for single pin operation on pin 12
board.sonar_config(12, 12, cb_ping)

while True:
Expand Down

0 comments on commit 70d7436

Please sign in to comment.