This is the latest working repository used in our demo video for the Maxim to display temperature readings on Bluetooth

Dependencies:   USBDevice

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?

UserRevisionLine numberNew 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}") = "FileLog", "FileLog\FileLog.csproj", "{53B0D46E-43FD-425E-B316-98B8708D161F}"
darienf 3:36de8b9e4b1a 7 EndProject
darienf 3:36de8b9e4b1a 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileLogExample", "FileLogExample\FileLogExample.csproj", "{60A6930E-EA97-4317-BCC8-7BC7987669B3}"
darienf 3:36de8b9e4b1a 9 EndProject
darienf 3:36de8b9e4b1a 10 Global
darienf 3:36de8b9e4b1a 11 GlobalSection(SolutionConfigurationPlatforms) = preSolution
darienf 3:36de8b9e4b1a 12 Debug|Any CPU = Debug|Any CPU
darienf 3:36de8b9e4b1a 13 Release|Any CPU = Release|Any CPU
darienf 3:36de8b9e4b1a 14 EndGlobalSection
darienf 3:36de8b9e4b1a 15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
darienf 3:36de8b9e4b1a 16 {53B0D46E-43FD-425E-B316-98B8708D161F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
darienf 3:36de8b9e4b1a 17 {53B0D46E-43FD-425E-B316-98B8708D161F}.Debug|Any CPU.Build.0 = Debug|Any CPU
darienf 3:36de8b9e4b1a 18 {53B0D46E-43FD-425E-B316-98B8708D161F}.Release|Any CPU.ActiveCfg = Release|Any CPU
darienf 3:36de8b9e4b1a 19 {53B0D46E-43FD-425E-B316-98B8708D161F}.Release|Any CPU.Build.0 = Release|Any CPU
darienf 3:36de8b9e4b1a 20 {60A6930E-EA97-4317-BCC8-7BC7987669B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
darienf 3:36de8b9e4b1a 21 {60A6930E-EA97-4317-BCC8-7BC7987669B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
darienf 3:36de8b9e4b1a 22 {60A6930E-EA97-4317-BCC8-7BC7987669B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
darienf 3:36de8b9e4b1a 23 {60A6930E-EA97-4317-BCC8-7BC7987669B3}.Release|Any CPU.Build.0 = Release|Any CPU
darienf 3:36de8b9e4b1a 24 EndGlobalSection
darienf 3:36de8b9e4b1a 25 GlobalSection(SolutionProperties) = preSolution
darienf 3:36de8b9e4b1a 26 HideSolutionNode = FALSE
darienf 3:36de8b9e4b1a 27 EndGlobalSection
darienf 3:36de8b9e4b1a 28 EndGlobal