Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 3874c54

Browse files
Daniel KuoBrian Fjeldstad
authored andcommitted
Revert "Updated accelerometer sample code to support I2C and SPI"
This reverts commit c821b77.
1 parent 9d2167a commit 3874c54

19 files changed

+321
-391
lines changed
-2.4 KB
Binary file not shown.

Accelerometer/CS/App.xaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Accelerometer/CS/MainPage.xaml.cs

Lines changed: 0 additions & 296 deletions
This file was deleted.

Accelerometer/CS/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

Accelerometer/CS/Properties/Default.rd.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

I2CAccelerometer/CS/App.xaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
    Copyright(c) Microsoft Open Technologies, Inc. All rights reserved.
3+
    The MIT License(MIT)
4+
    Permission is hereby granted, free of charge, to any person obtaining a copy
5+
    of this software and associated documentation files(the "Software"), to deal
6+
    in the Software without restriction, including without limitation the rights
7+
    to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
8+
    copies of the Software, and to permit persons to whom the Software is
9+
    furnished to do so, subject to the following conditions :
10+
    The above copyright notice and this permission notice shall be included in
11+
    all copies or substantial portions of the Software.
12+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13+
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14+
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
15+
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16+
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17+
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18+
    THE SOFTWARE.
19+
-->
20+
21+
<Application
22+
x:Class="I2CAccelerometer.App"
23+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
24+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
25+
xmlns:local="using:I2CAccelerometer">
26+
27+
</Application>

0 commit comments

Comments
 (0)