Skip to content

Commit

Permalink
Merge branch 'release/release-0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
howeverforever committed Jun 5, 2017
2 parents f259e80 + 805eefd commit 99d5576
Show file tree
Hide file tree
Showing 38 changed files with 5,964 additions and 15,055 deletions.
Binary file removed 0403_1.png
Binary file not shown.
1,366 changes: 0 additions & 1,366 deletions 0403_1_fan0.csv

This file was deleted.

1,960 changes: 0 additions & 1,960 deletions 0403_1_fan1.csv

This file was deleted.

1,499 changes: 0 additions & 1,499 deletions 0403_1_fan2.csv

This file was deleted.

1,676 changes: 0 additions & 1,676 deletions 0403_1_fan3.csv

This file was deleted.

Binary file removed 0403_2.png
Binary file not shown.
833 changes: 0 additions & 833 deletions 0403_2_fan0.csv

This file was deleted.

1,067 changes: 0 additions & 1,067 deletions 0403_2_fan1.csv

This file was deleted.

966 changes: 0 additions & 966 deletions 0403_2_fan2.csv

This file was deleted.

1,215 changes: 0 additions & 1,215 deletions 0403_2_fan3.csv

This file was deleted.

Binary file removed 0403_3.png
Binary file not shown.
977 changes: 0 additions & 977 deletions 0403_3_fan0.csv

This file was deleted.

1,234 changes: 0 additions & 1,234 deletions 0403_3_fan1.csv

This file was deleted.

1,083 changes: 0 additions & 1,083 deletions 0403_3_fan2.csv

This file was deleted.

1,076 changes: 0 additions & 1,076 deletions 0403_3_fan3.csv

This file was deleted.

Binary file modified WindowsFormUI.exe
Binary file not shown.
Binary file added WindowsFormsApp1/.vs/WindowsFormsApp1/v15/.suo
Binary file not shown.
42 changes: 21 additions & 21 deletions WindowsFormsApp1/Form1.Designer.cs

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

4 changes: 2 additions & 2 deletions WindowsFormsApp1/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void ChangeLight(int status)
}
private void timer1_Tick(object sender, EventArgs e)
{
int prediction = -1;
int prediction = prevMode;
try
{
StreamReader sr = new StreamReader(@"prediction.txt");
Expand All @@ -87,8 +87,8 @@ private void timer1_Tick(object sender, EventArgs e)
{
ChangeLight(1);
}
prevMode = prediction;
}
prevMode = prediction;
switch (prediction)
{
case -1:
Expand Down
Binary file added WindowsFormsApp1/bin/Debug/WindowsFormsApp1.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions WindowsFormsApp1/bin/Debug/WindowsFormsApp1.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
Binary file added WindowsFormsApp1/bin/Debug/WindowsFormsApp1.pdb
Binary file not shown.
Binary file not shown.
Binary file modified WindowsFormsApp1/obj/Debug/WindowsFormsApp1.exe
Binary file not shown.
Binary file modified WindowsFormsApp1/obj/Debug/WindowsFormsApp1.pdb
Binary file not shown.
Binary file added WindowsFormsLocal.exe
Binary file not shown.
Binary file modified __pycache__/lib.cpython-36.pyc
Binary file not shown.
Binary file modified __pycache__/parser0.cpython-36.pyc
Binary file not shown.
Loading

0 comments on commit 99d5576

Please sign in to comment.