Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
renamed files and folders to Electric_Boat_app
  • Loading branch information
iws10001 committed Apr 4, 2016
1 parent 8b7fa32 commit b3499d5
Show file tree
Hide file tree
Showing 39 changed files with 5 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions Electric_Boat_Application/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -42,6 +42,7 @@ public class MainActivity extends AppCompatActivity
{
this.idNum = num;
this.value = 0;

}

public int getValue()
Expand Down Expand Up @@ -80,6 +81,8 @@ public class MainActivity extends AppCompatActivity

seekbar1 = (SeekBar)findViewById(R.id.motorBar1);
seekbar2 = (SeekBar)findViewById(R.id.motorBar2);
seekbar1.setProgress(SeekBarChangeListener.RANGE);
seekbar2.setProgress(SeekBarChangeListener.RANGE);
//result = (TextView)findViewById(R.id.tvResult);


Expand Down Expand Up @@ -111,8 +114,6 @@ public class MainActivity extends AppCompatActivity
Log.d("bt", "Created a connection with the JY-MCU");
robotSock.connect();
outputStream = robotSock.getOutputStream();
String mine = "q";
outputStream.write(mine.getBytes());

} catch (IOException e) {
e.printStackTrace();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion TestApplication/.idea/.name

This file was deleted.

1 comment on commit b3499d5

@dwm10005
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also included in this commit: Removal of a bit of test code we forgot, and correctly setting the sliders to neutral when the app launches.

Please sign in to comment.