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

Commit f43125e

Browse files
author
Paul Monson
committed
update README
1 parent ddd1c45 commit f43125e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
1+
Windows 10 IoT Core sample code
2+
===============
3+
4+
[Documentation for this sample](https://developer.microsoft.com/en-us/windows/iot/samples/arduino-wiring/arduinowiringcomponents)
5+
16
This sample shows some of the power of being able to create WinRT libraries in an Arduino Wiring project and use those libraries from other UWP apps. In this case the Arduino Wiring app exposes basic APIs to control a 2-line LCD display. Arduino Wiring has built in libraries for these displays and so it is only a few lines of code, where as there is no existing UWP library for these and it would normally be hundreds of lines of code to duplicate in C# or your other language of choice.
27

38
By building a small WinRT library in this Arduino Wiring project a C# app is able to reference it and easily get access to the hardware. The code in the C# app is actually slightly smaller than in our C# headless blinky sample.
49

5-
For full instructions on how to wire up the LCD display, see this sample: https://developer.microsoft.com/en-us/windows/iot/win10/samples/arduino-wiring/lcdscreen
10+
For full instructions on how to wire up the LCD display, see this sample: https://developer.microsoft.com/en-us/windows/iot/samples/arduino-wiring/lcdtextdisplay
11+
12+
13+
## How to download:
14+
15+
Unfortunately, GitHub does not support downloading individual code.
16+
17+
Navigate to [ms-iot/samples](https://github.com/ms-iot/samples) and select **Clone or download** to download the whole repository.
18+
19+
20+
## Additional resources
21+
* [Windows 10 IoT Core home page](https://developer.microsoft.com/en-us/windows/iot/)
22+
* [Documentation for all samples](https://developer.microsoft.com/en-us/windows/iot/samples)
23+
24+
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
25+
26+
627

728
For general information and instructions for creating Arduino Wiring projects, see this page: https://developer.microsoft.com/en-us/windows/iot/win10/arduinowiringprojectguide

0 commit comments

Comments
 (0)