Product Specs

2.8 LED
There is on active high LEDs available for visual indication, a red LED as shown in Figure 3-8.
Figure 3-8: LEDs Schematic
Control of the LEDs is built into mc-Studio which is shown in Figure 3-9.
1 Shared Event blinkLEDs() RaiseEvent Every 500 milliSeconds
2 LedGreen = Not LedGreen //toggle green LED
3 LedRed = Not LedRed //toggle red LED
4 End Event
Figure 3-9: LED mc-Script
2.9 GPIOs
There are 9 General Purpose Input/Output Pins on the mcMod110. These pins are configurable as digital
inputs, digital outputs, and analog inputs as shown in Table 3-1.
Table 3-1: GPIO Pin Modes
PinMode
PIN0
PIN1
PIN2
PIN3
PIN4
PIN5
PIN6
PIN7
PIN8
Not Used
Y
Y
Y
Y
Y
Y
Y
Y
Y
DigitalInput
Y
Y
Y
Y
Y
Y
Y
Y
Y
DigitalInputPullDown
Y
Y
Y
Y
Y
Y
Y
Y
Y
DigitalInputPullDownWeak
Y
Y
Y
Y
N
N
N
N
Y
DigitalInputPullUp
Y
Y
Y
Y
Y
Y
Y
Y
Y
DigitalInputPullupWeak
Y
Y
Y
Y
N
N
N
N
Y
DigitalOutput
Y
Y
Y
Y
Y
Y
Y
Y
Y
AnalogInput
Y
Y
Y
Y
N
N
N
Y
Y
AnalogInputPullDown
N
N
N
N
N
N
N
Y
Y
AnalogInputPullUp
N
N
N
N
N
N
N
Y
Y
©2020 mc-Things Inc. Page | 9