Skip to content

Latest commit

 

History

History
70 lines (67 loc) · 2.96 KB

SampleApps.md

File metadata and controls

70 lines (67 loc) · 2.96 KB
layout title permalink
default
Sample Applications
/SampleApps.htm

Sample Applications

We have several sample applications to help you get familiar with developing for Windows Developer Program for IoT.

Hello Blinky

Learn how to create a new project, configure Visual Studio for Deployment and Debugging, and learn how to use General Purpose IO using Wiring.

View details »

Onboard LED

Learn how to toggle the on-board LED on the Galileo on and off.

View details »

OnBoard Thermal Sensor

Learn how to use AnalogRead() to read values from the on-board thermal sensor.

View details »

16x2 LCD

Learn how to use the 16x2 LCD shield with the Arduino Liquid Crystal Library.

View details »

//Build Piano

Learn how to interact with a GPIO port expander and MIDI shield to imitate a piano.

View details »

Firmata and Cylon

Learn how to interact with your board using Firmata and Cylon .

View details »

Smart Fan

Use a motor, thermoresistor, and temperature sensor to create a smart fan.

View details »

Smart Fan

Use a motor, thermoresistor, and temperature sensor to create a smart fan.

View details »

NeoPixel

Learn how to use a NeoPixel Strip

View details »


Return to homepage