摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/HMC5883L
# …
阅读全文
发布时间 : 2017/05/13 20:37
张高兴
阅读(1000)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A
# …
阅读全文
发布时间 : 2017/05/06 22:37
张高兴
阅读(1033)
评论(0)
摘要 :
我需要一个背景透明的 ContentDialog,像下图一样。如何定制?写了一个简单的示例(https://github.com/ZhangGaoxing/uwp-demo/tree/master/ContentDialogDemo)

评论(0)
摘要 :
在 WPF 上可用的控件拖动方法在 UWP 上大多没用,那干脆用 Thumb 仿制一个吧。
关于 Thumb 控件的教程也不多,毕竟在 WPF 控件拖动有很多种方法, Thumb 就显得很鸡肋了。下面我就简单的说说。(MSDN 文档:https://msdn.microsoft.com/zh-cn/library …
阅读全文
发布时间 : 2017/02/15 21:18
张高兴
阅读(1153)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DHT11
## C …
阅读全文
发布时间 : 2017/01/29 22:07
张高兴
阅读(1073)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/BMP180
## …
阅读全文
发布时间 : 2017/01/24 21:14
张高兴
阅读(1031)
评论(0)
摘要 :
This is a Windows 10 IoT Core project on the Raspberry Pi 2/3, coded by C#.
GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ADXL345
## …
阅读全文
发布时间 : 2017/01/23 14:02
张高兴
阅读(105239)
评论(0)
摘要 :
HC-SR04 采用 IO 触发测距。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。
项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。
## 1. 准备
* HC-SR04 ×1
* Raspberry Pi 2/3 ×1
* 公母头杜邦线 ×4 …
阅读全文
发布时间 : 2017/01/23 11:57
张高兴
阅读(1009)
评论(0)
摘要 :
BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。
项目运行在 Raspberry Pi 2/3 上,使用 C# 进行编码。
## 1. 准备
包含 BH1750FVI 的传感器,这里选择的是淘宝上最多 …
阅读全文
发布时间 : 2017/01/22 18:43
张高兴
阅读(939)
评论(0)
摘要 :
示例地址 GitHub : https://github.com/ZhangGaoxing/xamarin-android-demo/tree/master/ControlsDemo …
阅读全文
发布时间 : 2017/01/18 21:13
张高兴
阅读(1459)
评论(0)