Skip to content

Commit c6e362e

Browse files
committed
Changed pins to support Blend Micro board.
1 parent 50a1508 commit c6e362e

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

Examples/Readme_SimpleControls.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ B. System Setup
88

99
Arduino Pins:
1010

11-
Pin 4 - Digital Output pin, for example, connect to a LED
12-
Pin 5 - Digital Input pin, connect to a button
13-
Pin 6 - PWM pin, connect to a LED
14-
Pin 7 - Servo pin, connect to a Servo
11+
Pin 2 - Digital Output pin, for example, connect to a LED
12+
Pin A4 - Digital Input pin, connect to a button
13+
Pin 3 - PWM pin, connect to a LED
14+
Pin 5 - Servo pin, connect to a Servo
1515
Pin A5 - Analog Input pin, connect to a variable resistor
1616

1717
C. System Design

Examples/SimpleControls_OSX/SimpleControls/en.lproj/MainMenu.xib

+10-10
Original file line numberDiff line numberDiff line change
@@ -809,45 +809,45 @@
809809
</textFieldCell>
810810
</textField>
811811
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="810">
812-
<rect key="frame" x="200" y="278" width="13" height="17"/>
812+
<rect key="frame" x="200" y="278" width="33" height="17"/>
813813
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
814-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="4" id="811">
814+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;2>" id="811">
815815
<font key="font" metaFont="system"/>
816816
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
817817
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
818818
</textFieldCell>
819819
</textField>
820820
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="814">
821-
<rect key="frame" x="200" y="249" width="13" height="17"/>
821+
<rect key="frame" x="200" y="249" width="42" height="17"/>
822822
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
823-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="5" id="815">
823+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;A4>" id="815">
824824
<font key="font" metaFont="system"/>
825825
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
826826
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
827827
</textFieldCell>
828828
</textField>
829829
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="819">
830-
<rect key="frame" x="200" y="213" width="13" height="17"/>
830+
<rect key="frame" x="200" y="213" width="33" height="17"/>
831831
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
832-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="6" id="820">
832+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;3>" id="820">
833833
<font key="font" metaFont="system"/>
834834
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
835835
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
836836
</textFieldCell>
837837
</textField>
838838
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="824">
839-
<rect key="frame" x="200" y="182" width="13" height="17"/>
839+
<rect key="frame" x="200" y="182" width="33" height="17"/>
840840
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
841-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="7" id="825">
841+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;5>" id="825">
842842
<font key="font" metaFont="system"/>
843843
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
844844
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
845845
</textFieldCell>
846846
</textField>
847847
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="828">
848-
<rect key="frame" x="200" y="145" width="22" height="17"/>
848+
<rect key="frame" x="200" y="145" width="42" height="17"/>
849849
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
850-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="A5" id="829">
850+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;A5>" id="829">
851851
<font key="font" metaFont="system"/>
852852
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
853853
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)