maix.peripheral.pinmap
maix.peripheral.pinmap module
You can use
maix.peripheral.pinmap
to access this module with MaixPy
This module is generated from MaixPy and MaixCDK
1. Module#
No module
2. Enum#
3. Variable#
4. Function#
4.1. get_pins#
Get all pins of devices
item | description |
---|---|
return | pin name list, string type. |
C++ defination code:
4.2. get_pin_functions#
Get all function of a pin
item | description |
---|---|
param | pin: pin name, string type. |
return | function list, function name is string type. |
throw | If pin name error will throwout err.Err.ERR_ARGS error. |
C++ defination code:
4.3. set_pin_function#
Set function of a pin
item | description |
---|---|
param | pin: pin name, string type. func: which function should this pin use. |
return | if set ok, will return err.Err.ERR_NONE, else error occurs. |
C++ defination code: