Skip to content

Commit

Permalink
Edit wrong PWM func desc
Browse files Browse the repository at this point in the history
  • Loading branch information
witczenko committed May 25, 2017
1 parent 9167c8c commit 6994822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/py_mlink/PyMLink.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def dio_func(self, func, state):
2 - ENC2: DIO3 - Channel A, DIO4 - Channel B (enabled by default)
3 - PWM1: DIO10 - Channel A, DIO11 - Channel B (enabled by default)
4 - PWM2: DIO12 - Channel A, DIO13 - Channel B (enabled by default)
5 - PWM3: DIO14 - Channel A, DIO14 - Channel B (enabled by default)
5 - PWM3: DIO14 - Channel A, DIO15 - Channel B (enabled by default)
6 - UART: DIO8 - Rx, DIO9 - Tx (enabled by default)
state - function state (True/False to enable/disable function)
'''
Expand Down

0 comments on commit 6994822

Please sign in to comment.