2018年6月7日
摘要: 要求 移植linux增加系统调用并烧写至开发板 详细步骤 一、搭建linux编译环境 1、GCC 编译器的安装: tar xzvf arm linux gcc 4.5.1 v6 vfp 20120301.tgz C/ arm linux gcc v //查看GCC版本 2、gedit ~/.bash 阅读全文
posted @ 2018-06-07 16:46 destiny_sea 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 软件 keil5 实现 1.使用stm32f407中的DS18B20传感器采集空气温度 2.使用stm32f407中的DHT11传感器采集空气的温度和湿度 3.显示到stm32f407的LCD液晶显示器上 4.当温度超过30℃时,led灯 和 电磁继电器控制的灯闪烁,蜂鸣器持续响 5.当温度低于30 阅读全文
posted @ 2018-06-07 15:47 destiny_sea 阅读(4341) 评论(3) 推荐(0) 编辑
摘要: 流程图 硬件 mega2560 // Pin 13 has an LED connected on most Arduino boards. // give it a name: include //变量IO口定义 int a; int a1= 1; int a2= 1; int a3= 1; ch 阅读全文
posted @ 2018-06-07 10:48 destiny_sea 阅读(369) 评论(0) 推荐(0) 编辑