Skip to content

Commit

Permalink
Binaries (.apk) added, changed pins in SimpleControls for Blend Micro…
Browse files Browse the repository at this point in the history
… board.
  • Loading branch information
Cheong2K committed Apr 28, 2014
1 parent 2891f45 commit fb230a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added Binaries/BLESelect.apk
Binary file not shown.
Binary file added Binaries/Chat.apk
Binary file not shown.
Binary file added Binaries/SimpleControls.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions Examples/SimpleControls/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<string name="digitalOut">Digital Out</string>
<string name="digitalIn">Digital In</string>
<string name="Pin">Pin</string>
<string name="pinValue4">[ 4 ]</string>
<string name="pinValue5">[ 5 ]</string>
<string name="pinValue6">[ 6 ]</string>
<string name="pinValue7">[ 7 ]</string>
<string name="pinValue4">[ 2 ]</string>
<string name="pinValue5">[ A4 ]</string>
<string name="pinValue6">[ 3 ]</string>
<string name="pinValue7">[ 5 ]</string>
<string name="pinValueA5">[ A5 ]</string>
<string name="write">write</string>
<string name="read">read</string>
Expand Down

1 comment on commit fb230a7

@traviscole
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was incorrect. Should revert back to 4,5,6,7

Please sign in to comment.