摘要 :
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/MLX90614
…
阅读全文
发布时间 : 2017/10/06 14:41
张高兴
阅读(1450)
评论(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/VL53L0X
…
阅读全文
发布时间 : 2017/10/06 12:44
张高兴
阅读(1252)
评论(0)
摘要 :
所谓 UWP 样式的汉堡菜单,我曾在“张高兴的 UWP 开发笔记:汉堡菜单进阶”里说过,也就是使用 Segoe MDL2 Assets 字体作为左侧 Icon,并且左侧使用填充颜色的矩形用来表示 ListView 的选中。如下图

评论(0)
摘要 :
需求:在 A 应用内启动 B 应用,如果 B 应用未安装则跳转应用商店搜索。
启动方式使用 Uri 启动,本文使用尽可能简单,并且能拿来直接用的代码。不涉及启动后的应用数据交互,如需深入了解,请戳 MSDN:https://docs.microsoft.com/zh-cn/windows/uwp/launch-r …
阅读全文
发布时间 : 2017/07/15 21:08
张高兴
阅读(1173)
评论(0)
摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/PhotoFrame
代码:
```C
module bottom(){
difference(){
cube([109,147,3]);
…
阅读全文
发布时间 : 2017/07/14 18:51
张高兴
阅读(1207)
评论(0)
摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/Sprinkle
代码:
```c
module screw(r=15){
for(g=[0:1:240]){
translate([cos(g)* …
阅读全文
发布时间 : 2017/07/08 19:46
张高兴
阅读(1275)
评论(0)
摘要 :
下载地址:https://github.com/ZhangGaoxing/openscad-models/tree/master/BottleCap
代码:
```c
module screw(r=15){
for(g=[0:1:240]){
translate([co …
阅读全文
发布时间 : 2017/07/07 10:58
张高兴
阅读(1228)
评论(0)
摘要 :
考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。
需求:使用 Raspberry Pi 读取输出模拟信号的 MQ 系列气体传感器。(GitHub:https://github.com/ZhangGaoxing/wind …
阅读全文
发布时间 : 2017/05/21 13:41
张高兴
阅读(1071)
评论(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/MAX7219
## …
阅读全文
发布时间 : 2017/05/20 13:05
张高兴
阅读(1012)
评论(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/DS3231
## …
阅读全文
发布时间 : 2017/05/19 21:21
张高兴
阅读(1129)
评论(0)