Skip to content

Commit

Permalink
Changed pins to support Blend Micro board.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheong2K committed Apr 28, 2014
1 parent 50a1508 commit c6e362e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions Examples/Readme_SimpleControls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ B. System Setup

Arduino Pins:

Pin 4 - Digital Output pin, for example, connect to a LED
Pin 5 - Digital Input pin, connect to a button
Pin 6 - PWM pin, connect to a LED
Pin 7 - Servo pin, connect to a Servo
Pin 2 - Digital Output pin, for example, connect to a LED
Pin A4 - Digital Input pin, connect to a button
Pin 3 - PWM pin, connect to a LED
Pin 5 - Servo pin, connect to a Servo
Pin A5 - Analog Input pin, connect to a variable resistor

C. System Design
Expand Down
20 changes: 10 additions & 10 deletions Examples/SimpleControls_OSX/SimpleControls/en.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -809,45 +809,45 @@
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="810">
<rect key="frame" x="200" y="278" width="13" height="17"/>
<rect key="frame" x="200" y="278" width="33" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="4" id="811">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;2>" id="811">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="814">
<rect key="frame" x="200" y="249" width="13" height="17"/>
<rect key="frame" x="200" y="249" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="5" id="815">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;A4>" id="815">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="819">
<rect key="frame" x="200" y="213" width="13" height="17"/>
<rect key="frame" x="200" y="213" width="33" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="6" id="820">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;3>" id="820">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="824">
<rect key="frame" x="200" y="182" width="13" height="17"/>
<rect key="frame" x="200" y="182" width="33" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="7" id="825">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;5>" id="825">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="828">
<rect key="frame" x="200" y="145" width="22" height="17"/>
<rect key="frame" x="200" y="145" width="42" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="A5" id="829">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="&lt;A5>" id="829">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
Loading

0 comments on commit c6e362e

Please sign in to comment.