GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MLX90614 ...
GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/VL53L0X ...
一.学习的内容: 1.工厂函数的定义; 2.蓝本的注册和蓝本文件结构; 3.Werkzeug实现密码散列如何实现; 4.Flask_login的用法; 以上内容通过代码的形式展示; 二、工程的文件结构: |-falsky/ |-app/ |-__init__.py //初始化、工厂函数、注册蓝本等 ...
分类:
Web程序 时间:
2017-09-13 18:28:57
阅读次数:
278
原文:张高兴的 Windows 10 IoT 开发笔记:三轴数字罗盘 HMC5883L 注意,数据不包含校验,准确的来说我不知道怎么校验,但方向看起来差不多是对的。。。 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/mast... ...
原文:张高兴的 Windows 10 IoT 开发笔记:使用 ULN2003A 控制步进电机 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/ULN2003A ...
原文:张高兴的 Windows 10 IoT 开发笔记:使用 ADS1115 读取模拟信号 考虑到 Raspberry Pi 读取模拟信号是很烦人的事情,更何况是在没人玩的 Windows 10 IoT 下,所以准备正儿八经的写点东西。 需求:使用 Raspberry Pi 读取输出模拟信号的 MQ... ...
原文:张高兴的 Windows 10 IoT 开发笔记:BMP180 气压传感器 注意:海拔高度仅供参考 GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/BMP180Demo ...
原文:张高兴的 Windows 10 IoT 开发笔记:DHT11 温湿度传感器 GitHub : https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/DHT11Demo ...
原文:张高兴的 Windows 10 IoT 开发笔记:BH1750FVI 光照度传感器 BH1750FVI 是一款 IIC 接口的数字型光强度传感器集成电路。下面介绍一下其在 Windows 10 IoT Core 环境下的用法。 项目运行在 Raspberry Pi 2/3 上,使用 C# 进行... ...
原文:张高兴的 Windows 10 IoT 开发笔记:使用 MAX7219 驱动 8×8 点阵 GitHub:https://github.com/ZhangGaoxing/windows-iot-demo/tree/master/MAX7219 ...