1
0
mirror of https://github.com/kidoman/embd synced 2024-06-06 11:07:48 +02:00

gpio: better docs

This commit is contained in:
Karan Misra 2015-01-15 05:59:03 +05:30
parent e6d0ea4225
commit 9aaadba2e3

View File

@ -125,7 +125,7 @@ type PWMPin interface {
// GPIODriver implements a generic GPIO driver.
type GPIODriver interface {
// Returns the pinmap for this GPIODriver
// PinMap returns the pinmap for this driver.
PinMap() PinMap
// Unregister unregisters the pin from the driver. Should be called when the pin is closed.