This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth
hspguisourcev301/HspGuiSourceV301/GuiDLLs/ChartHelper/Maxim.Charting.ChartHelper.sln@5:bc128a16232f, 2021-05-02 (annotated)
- Committer:
- darienf
- Date:
- Sun May 02 23:09:04 2021 +0000
- Revision:
- 5:bc128a16232f
- Parent:
- 3:36de8b9e4b1a
This is the program that was last used, that has the working temperature and some comments
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 3:36de8b9e4b1a | 1 | |
darienf | 3:36de8b9e4b1a | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
darienf | 3:36de8b9e4b1a | 3 | # Visual Studio 2013 |
darienf | 3:36de8b9e4b1a | 4 | VisualStudioVersion = 12.0.31101.0 |
darienf | 3:36de8b9e4b1a | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
darienf | 3:36de8b9e4b1a | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChartHelper", "ChartHelper\ChartHelper.csproj", "{3A90EBB9-82C1-4928-88AC-A79ABC7F1DE9}" |
darienf | 3:36de8b9e4b1a | 7 | EndProject |
darienf | 3:36de8b9e4b1a | 8 | Global |
darienf | 3:36de8b9e4b1a | 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
darienf | 3:36de8b9e4b1a | 10 | Debug|Any CPU = Debug|Any CPU |
darienf | 3:36de8b9e4b1a | 11 | Release|Any CPU = Release|Any CPU |
darienf | 3:36de8b9e4b1a | 12 | EndGlobalSection |
darienf | 3:36de8b9e4b1a | 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
darienf | 3:36de8b9e4b1a | 14 | {3A90EBB9-82C1-4928-88AC-A79ABC7F1DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
darienf | 3:36de8b9e4b1a | 15 | {3A90EBB9-82C1-4928-88AC-A79ABC7F1DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU |
darienf | 3:36de8b9e4b1a | 16 | {3A90EBB9-82C1-4928-88AC-A79ABC7F1DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU |
darienf | 3:36de8b9e4b1a | 17 | {3A90EBB9-82C1-4928-88AC-A79ABC7F1DE9}.Release|Any CPU.Build.0 = Release|Any CPU |
darienf | 3:36de8b9e4b1a | 18 | EndGlobalSection |
darienf | 3:36de8b9e4b1a | 19 | GlobalSection(SolutionProperties) = preSolution |
darienf | 3:36de8b9e4b1a | 20 | HideSolutionNode = FALSE |
darienf | 3:36de8b9e4b1a | 21 | EndGlobalSection |
darienf | 3:36de8b9e4b1a | 22 | EndGlobal |