Difference between revisions of "Motor (use with mDesigner)"

From Microduino Wiki
Jump to: navigation, search
(Created page with "Supported by mDesigner.")
 
Line 1: Line 1:
Supported by mDesigner.
+
The Motor module is a stack-able module which allows the control of up to two DC motors. Each motor can be individually controlled for direction and speed. Support for this module is found in mDesigner.  
 +
 
 +
 
 +
=Pins Usage=
 +
The Motor module stacks upon other mCookie modules, but it does utilize several pins.
 +
 
 +
These pins should not be used when using the Motor module or else there will be interference and unknown behavior.
 +
 
 +
Refer to the chart below when using other modules, sensors or trinkets along with the Motor module to avoid possible pin conflicts.
 +
 
 +
Additional more indepth information regarding pins and pin conflicts can be found here: [[MCookie_Upin27_Layout]]
 +
 
 +
|-
 +
! scope="col"| Pin Name
 +
! scope="col"| Safe to Use?
 +
! scope="col"| Notes
 +
|-
 +
| '''Pin 0'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 1'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 2'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 3'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 4'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 5'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 6'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 7'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 8'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 9'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 10'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 11'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 12'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin 13'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|-
 +
| '''Pin A0'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin A1'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin A2'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin A3'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin A6'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin A7'''
 +
| style='background: #EAFAF1' | Yes
 +
|
 +
|-
 +
| '''Pin I2C'''
 +
| style='background: #FDEDEC' | No
 +
|
 +
|}

Revision as of 15:02, 13 June 2018

The Motor module is a stack-able module which allows the control of up to two DC motors. Each motor can be individually controlled for direction and speed. Support for this module is found in mDesigner.


Pins Usage

The Motor module stacks upon other mCookie modules, but it does utilize several pins.

These pins should not be used when using the Motor module or else there will be interference and unknown behavior.

Refer to the chart below when using other modules, sensors or trinkets along with the Motor module to avoid possible pin conflicts.

Additional more indepth information regarding pins and pin conflicts can be found here: MCookie_Upin27_Layout

|- ! scope="col"| Pin Name ! scope="col"| Safe to Use? ! scope="col"| Notes |- | Pin 0 | style='background: #FDEDEC' | No | |- | Pin 1 | style='background: #FDEDEC' | No | |- | Pin 2 | style='background: #FDEDEC' | No | |- | Pin 3 | style='background: #FDEDEC' | No | |- | Pin 4 | style='background: #FDEDEC' | No | |- | Pin 5 | style='background: #FDEDEC' | No | |- | Pin 6 | style='background: #FDEDEC' | No | |- | Pin 7 | style='background: #FDEDEC' | No | |- | Pin 8 | style='background: #FDEDEC' | No | |- | Pin 9 | style='background: #FDEDEC' | No | |- | Pin 10 | style='background: #FDEDEC' | No | |- | Pin 11 | style='background: #FDEDEC' | No | |- | Pin 12 | style='background: #FDEDEC' | No | |- | Pin 13 | style='background: #FDEDEC' | No | |- | Pin A0 | style='background: #EAFAF1' | Yes | |- | Pin A1 | style='background: #EAFAF1' | Yes | |- | Pin A2 | style='background: #EAFAF1' | Yes | |- | Pin A3 | style='background: #EAFAF1' | Yes | |- | Pin A6 | style='background: #EAFAF1' | Yes | |- | Pin A7 | style='background: #EAFAF1' | Yes | |- | Pin I2C | style='background: #FDEDEC' | No | |}