diff --git a/LeapMotionDriverWindow/StatusView.xaml.cs b/LeapMotionDriverWindow/StatusView.xaml.cs index 8b12cc2..780a1b6 100644 --- a/LeapMotionDriverWindow/StatusView.xaml.cs +++ b/LeapMotionDriverWindow/StatusView.xaml.cs @@ -62,6 +62,7 @@ private void Loop() this.SetNumberImage(m2, now, 11); this.SetNumberImage(s1, now, 12); this.SetNumberImage(s2, now, 13); + this.SetNumberImage(s3, now, 14); })); } })); diff --git a/smartcar/smartcar.VC.db b/smartcar/smartcar.VC.db new file mode 100644 index 0000000..5712500 Binary files /dev/null and b/smartcar/smartcar.VC.db differ diff --git a/smartcar/smartcar.sln b/smartcar/smartcar.sln new file mode 100644 index 0000000..2f22d53 --- /dev/null +++ b/smartcar/smartcar.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smartcar", "smartcar\smartcar.vcxproj", "{42B3ADE6-7E81-4100-AB73-3F915A3F0861}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Debug|x64.ActiveCfg = Debug|x64 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Debug|x64.Build.0 = Debug|x64 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Debug|x86.ActiveCfg = Debug|Win32 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Debug|x86.Build.0 = Debug|Win32 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Release|x64.ActiveCfg = Release|x64 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Release|x64.Build.0 = Release|x64 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Release|x86.ActiveCfg = Release|Win32 + {42B3ADE6-7E81-4100-AB73-3F915A3F0861}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/smartcar/smartcar/smartcar.vcxproj b/smartcar/smartcar/smartcar.vcxproj new file mode 100644 index 0000000..4fd98e9 --- /dev/null +++ b/smartcar/smartcar/smartcar.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + {42B3ADE6-7E81-4100-AB73-3F915A3F0861} + smartcar + 8.1 + + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + + + + + Level3 + Disabled + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + \ No newline at end of file diff --git a/smartcar/smartcar/smartcar.vcxproj.filters b/smartcar/smartcar/smartcar.vcxproj.filters new file mode 100644 index 0000000..09d3100 --- /dev/null +++ b/smartcar/smartcar/smartcar.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + + + source + + + + + source + + + \ No newline at end of file diff --git a/smartcar1.cpp b/smartcar1.cpp new file mode 100644 index 0000000..1fc4baa --- /dev/null +++ b/smartcar1.cpp @@ -0,0 +1,9 @@ +#include +#include + +int main(void) +{ + printf("My name is Pei-Wen.\n"); + system("pause"); + return 0; +} \ No newline at end of file