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 <?xml version="1.0" encoding="utf-8"?>
darienf 3:36de8b9e4b1a 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
darienf 3:36de8b9e4b1a 3 <PropertyGroup>
darienf 3:36de8b9e4b1a 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
darienf 3:36de8b9e4b1a 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
darienf 3:36de8b9e4b1a 6 <ProjectGuid>{067456C0-086C-46A8-B37F-1405717B7BFC}</ProjectGuid>
darienf 3:36de8b9e4b1a 7 <OutputType>Library</OutputType>
darienf 3:36de8b9e4b1a 8 <AppDesignerFolder>Properties</AppDesignerFolder>
darienf 3:36de8b9e4b1a 9 <RootNamespace>RPCSupportTest</RootNamespace>
darienf 3:36de8b9e4b1a 10 <AssemblyName>RPCSupportTest</AssemblyName>
darienf 3:36de8b9e4b1a 11 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
darienf 3:36de8b9e4b1a 12 <FileAlignment>512</FileAlignment>
darienf 3:36de8b9e4b1a 13 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
darienf 3:36de8b9e4b1a 14 <TargetFrameworkProfile />
darienf 3:36de8b9e4b1a 15 </PropertyGroup>
darienf 3:36de8b9e4b1a 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
darienf 3:36de8b9e4b1a 17 <DebugSymbols>true</DebugSymbols>
darienf 3:36de8b9e4b1a 18 <DebugType>full</DebugType>
darienf 3:36de8b9e4b1a 19 <Optimize>false</Optimize>
darienf 3:36de8b9e4b1a 20 <OutputPath>bin\Debug\</OutputPath>
darienf 3:36de8b9e4b1a 21 <DefineConstants>DEBUG;TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 22 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 23 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 24 </PropertyGroup>
darienf 3:36de8b9e4b1a 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
darienf 3:36de8b9e4b1a 26 <DebugType>pdbonly</DebugType>
darienf 3:36de8b9e4b1a 27 <Optimize>true</Optimize>
darienf 3:36de8b9e4b1a 28 <OutputPath>bin\Release\</OutputPath>
darienf 3:36de8b9e4b1a 29 <DefineConstants>TRACE</DefineConstants>
darienf 3:36de8b9e4b1a 30 <ErrorReport>prompt</ErrorReport>
darienf 3:36de8b9e4b1a 31 <WarningLevel>4</WarningLevel>
darienf 3:36de8b9e4b1a 32 </PropertyGroup>
darienf 3:36de8b9e4b1a 33 <ItemGroup>
darienf 3:36de8b9e4b1a 34 <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 35 <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
darienf 3:36de8b9e4b1a 36 <Private>True</Private>
darienf 3:36de8b9e4b1a 37 </Reference>
darienf 3:36de8b9e4b1a 38 <Reference Include="Moq, Version=4.5.21.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 39 <HintPath>..\packages\Moq.4.5.21\lib\net45\Moq.dll</HintPath>
darienf 3:36de8b9e4b1a 40 <Private>True</Private>
darienf 3:36de8b9e4b1a 41 </Reference>
darienf 3:36de8b9e4b1a 42 <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
darienf 3:36de8b9e4b1a 43 <SpecificVersion>False</SpecificVersion>
darienf 3:36de8b9e4b1a 44 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
darienf 3:36de8b9e4b1a 45 </Reference>
darienf 3:36de8b9e4b1a 46 <Reference Include="System" />
darienf 3:36de8b9e4b1a 47 <Reference Include="System.Windows.Forms" />
darienf 3:36de8b9e4b1a 48 </ItemGroup>
darienf 3:36de8b9e4b1a 49 <ItemGroup>
darienf 3:36de8b9e4b1a 50 <Compile Include="ComPort.cs" />
darienf 3:36de8b9e4b1a 51 <Compile Include="I2cTest.cs" />
darienf 3:36de8b9e4b1a 52 <Compile Include="MAX30003Test.cs" />
darienf 3:36de8b9e4b1a 53 <Compile Include="MAX30001Test.cs" />
darienf 3:36de8b9e4b1a 54 <Compile Include="MAX30101Test.cs" />
darienf 3:36de8b9e4b1a 55 <Compile Include="MAX30205Test.cs" />
darienf 3:36de8b9e4b1a 56 <Compile Include="Properties\AssemblyInfo.cs" />
darienf 3:36de8b9e4b1a 57 <Compile Include="StreamHelper.cs" />
darienf 3:36de8b9e4b1a 58 </ItemGroup>
darienf 3:36de8b9e4b1a 59 <ItemGroup>
darienf 3:36de8b9e4b1a 60 <None Include="packages.config" />
darienf 3:36de8b9e4b1a 61 </ItemGroup>
darienf 3:36de8b9e4b1a 62 <ItemGroup>
darienf 3:36de8b9e4b1a 63 <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj">
darienf 3:36de8b9e4b1a 64 <Project>{170a27f5-0680-485d-8b90-ea736719016e}</Project>
darienf 3:36de8b9e4b1a 65 <Name>RPCSupport</Name>
darienf 3:36de8b9e4b1a 66 </ProjectReference>
darienf 3:36de8b9e4b1a 67 </ItemGroup>
darienf 3:36de8b9e4b1a 68 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
darienf 3:36de8b9e4b1a 69 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
darienf 3:36de8b9e4b1a 70 Other similar extension points exist, see Microsoft.Common.targets.
darienf 3:36de8b9e4b1a 71 <Target Name="BeforeBuild">
darienf 3:36de8b9e4b1a 72 </Target>
darienf 3:36de8b9e4b1a 73 <Target Name="AfterBuild">
darienf 3:36de8b9e4b1a 74 </Target>
darienf 3:36de8b9e4b1a 75 -->
darienf 3:36de8b9e4b1a 76 </Project>