Introduction
This page demonstrates a basic Windows IoT device sample, showcasing some core functionality.
The sample allows you to explore basic sensor data, display it in a simple HTML form, and potentially trigger simple events.
Sensor Data
Let's gather some sample sensor data. We'll use a simple temperature sensor to demonstrate reading the data.
The sensor’s range is 0-100 degrees. We’ll read the value.
Sensor Reading: 25
The sensor is showing the value 25 degrees.
Event Handling (Simple Example)
We’ll create a simple form that listens to a button click.