hdu物联网硬件实验1 小灯闪烁

物联网硬件基础实验报告

|----------------------------------------------------------------|---|----|---|----|---|
| 学院 | | 班级 | | 学号 | |
| 姓名 | | 日期 | | 成绩 | |
| 实验题目 | 配置环境+小灯 |||||
| ||||||
| 实验目的 | 配置环境以及小灯闪烁 |||||
| 硬件原理 | 无 |||||
| 关键代码及注释 | /* Blink The basic Energia example. Turns on an LED on for one second, then off for one second, repeatedly. Change the LED define to blink other LEDs. Hardware Required: * LaunchPad with an LED This example code is in the public domain. */ // most launchpads have a red LED #define LED RED_LED //see pins_energia.h for more LED definitions //#define LED GREEN_LED // the setup routine runs once when you press reset: void setup() { // initialize the digital pin as an output. pinMode(LED, OUTPUT); } // the loop routine runs over and over again forever: void loop() { digitalWrite(LED, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalWrite(LED, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second } |||||
| 实验步骤 | 无 |||||
| 实验结 | |||||
| 思考与反馈 | 无 |||||

hdu物联网硬件实验报告欧,学弟学妹们没有思路可以参考一下,后续我会更新其他的实验报告,完整的可以到我的资源里下载,对大家有帮助的记得点赞关注欧。

相关推荐
s090713615 小时前
FPGA中CIC设计注意事项
算法·fpga开发·cic滤波器
Aaron158815 小时前
RFSOC+VU13P在无线信道模拟中的技术应用分析
数据结构·人工智能·算法·fpga开发·硬件架构·硬件工程·射频工程
碎碎思16 小时前
BerkeleyLab Bedrock:为 FPGA 与加速计算打造的开源基石
fpga开发·开源
zidan141216 小时前
xilinx常用文档说明
fpga开发
ShiMetaPi16 小时前
GM-3568JHF丨ARM+FPGA异构开发板系列教程:外设教程 04 WIFI
网络·arm开发·fpga开发·智能路由器·fpga
FPGA_小田老师16 小时前
FPGA基础知识(二十):Xilinx Block Memory IP核(5)--ROM 详解
fpga开发·rom·coe文件格式·导入coe·block memory
星星泡饭29217 小时前
菲尼克斯屏蔽夹与机柜附件的EMC与安装指南
科技·硬件工程·制造
czhaii17 小时前
USB拓展库及使用示例
单片机·嵌入式硬件·硬件工程
FPGA_无线通信17 小时前
压缩解压缩算法 BFP-8bit
fpga开发
红糖果仁沙琪玛18 小时前
AD7616驱动开发-FPGA
驱动开发·fpga开发