forked from microsoft/busiotools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Microsoft/busiotools
- Loading branch information
Showing
5 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Bus tools for Windows | ||
|
||
This repo contains the scripts and tools to help discover and diagnose issues peripheral developers may encounter when making their peripheral work for Windows. The tools and scripts are described in greater detail on our [blog](https://blogs.msdn.microsoft.com/usbcoreblog/). | ||
This repo contains the scripts and tools to help discover and diagnose issues developers may encounter when making a peripheral work for Windows. The tools and scripts are described in greater detail on our [blog](https://blogs.msdn.microsoft.com/usbcoreblog/). | ||
|
||
## Directory of Tools | ||
* [HMD Validation Kit](hmdvalidationkit/README.md) | ||
* [Simple Peripheral Buses- I2C, UART, SPI](spb/README.md) | ||
* [Sensor Tools](sensors/README.md) | ||
* [USB Tools](usb/README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Sensor Tools and Diagnostics | ||
|
||
## Directory of Sensor tools | ||
* MonitorBrightnessApp - Win32k sample for viewing sensor state | ||
* [Source](MonitorBrightnessApp) | ||
* SensorExplorer - Store App for testing sensors and viewing sensor state | ||
* [SensorExplorer store link](https://www.microsoft.com/store/productId/9PGL3XPQ1TPX) | ||
* [Source](SensorExplorer) | ||
* [Tracing and Logging](tracing/README.md) | ||
|
||
|
||
Click here to download the BUS IO Tools package as a zip file: https://github.com/Microsoft/busiotools/archive/master.zip | ||
|
||
|
||
[Back to root](http://aka.ms/bustools) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters