This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
Diff: hspguisourcev301/HspGuiSourceV301/HSPGui/SimpleHID.sln
- Revision:
- 3:36de8b9e4b1a
diff -r 86d928355813 -r 36de8b9e4b1a hspguisourcev301/HspGuiSourceV301/HSPGui/SimpleHID.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hspguisourcev301/HspGuiSourceV301/HSPGui/SimpleHID.sln Sat Apr 10 03:05:42 2021 +0000 @@ -0,0 +1,42 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleHID", "SimpleHID.csproj", "{CEF8731E-362F-407C-86A7-F65ACE2A1ACB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HSPDevices", "..\..\..\..\..\..\..\HspGuiApp\GuiDLLs\MAX30101\HSPDevices.csproj", "{B068077E-189F-4CEA-89F7-9E91EF39EC5D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Debug|Any CPU.ActiveCfg = Debug|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Debug|x86.ActiveCfg = Debug|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Debug|x86.Build.0 = Debug|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Release|Any CPU.ActiveCfg = Release|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Release|Mixed Platforms.Build.0 = Release|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Release|x86.ActiveCfg = Release|x86 + {CEF8731E-362F-407C-86A7-F65ACE2A1ACB}.Release|x86.Build.0 = Release|x86 + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Debug|x86.ActiveCfg = Debug|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Release|Any CPU.Build.0 = Release|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {B068077E-189F-4CEA-89F7-9E91EF39EC5D}.Release|x86.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal