Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C# 4.0

Reading Ultrabook Sensor Data with the Windows 8 Sensor API

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
6 Nov 2012CPOL2 min read 29.8K   1.1K   6  
A head start for App Innovation contestants

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sensors", "Sensors\Sensors.csproj", "{45775F0A-634D-4432-8EA4-84C0C1A42D61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedCell.Windows.Forms.Metro", "RedCell.Windows.Forms.Metro\RedCell.Windows.Forms.Metro.csproj", "{04821A7B-53FB-40E0-86AC-2638A3BB734B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{04821A7B-53FB-40E0-86AC-2638A3BB734B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{04821A7B-53FB-40E0-86AC-2638A3BB734B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{04821A7B-53FB-40E0-86AC-2638A3BB734B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{04821A7B-53FB-40E0-86AC-2638A3BB734B}.Release|Any CPU.Build.0 = Release|Any CPU
		{45775F0A-634D-4432-8EA4-84C0C1A42D61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{45775F0A-634D-4432-8EA4-84C0C1A42D61}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{45775F0A-634D-4432-8EA4-84C0C1A42D61}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{45775F0A-634D-4432-8EA4-84C0C1A42D61}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer Robotic Assistance Devices / AITX
Canada Canada
Yvan Rodrigues has 30 years of experience in information systems and software development for the industry. He is Senior Concept Designer at Robotic Assistance Devices

He is a Certified Technician (C.Tech.), a professional designation granted by the Institute of Engineering Technology of Ontario (IETO).

Yvan draws on experience as owner of Red Cell Innovation Inc., Mabel's Labels Inc. as Manager of Systems and Development, the University of Waterloo as Information Systems Manager, and OTTO Motors as Senior Systems Engineer and Senior Concept Designer.

Yvan is currently focused on design of embedded systems.

Comments and Discussions