docs/pyb.Pin: Sort .af() and .af_list() methods together.

pull/2080/merge
Paul Sokolovsky 2016-06-08 16:36:22 +03:00
rodzic a384a53130
commit f1eb672d88
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -148,6 +148,10 @@ Methods
Returns the currently configured alternate-function of the pin. The
integer returned will match one of the allowed constants for the af
argument to the init function.
.. method:: Pin.af_list()
Returns an array of alternate functions available for this pin.
.. method:: Pin.gpio()
@ -174,10 +178,6 @@ Methods
.. method:: Pin.port()
Get the pin port.
.. method:: Pin.af_list()
Returns an array of alternate functions available for this pin.
.. method:: Pin.pull()