-
stm32实现学习型红外遥控器
应用背景
使用STM32实现的学习型红外遥控器,
可是学习市面上大部分遥控器命令。
使用串口或can口接收命令,
关键技术
中断获取波形的上下沿,
高精度定时器获取高低电平的时间
记录每一条命令的波形
- 2023-02-17 01:10:04下载
- 积分:1
-
可以在优龙2410上运行,实现在终端输出字符
可以在优龙2410上运行,实现在终端输出字符-You can run Lung 2410, achieving the output terminal of characters
- 2022-03-06 15:31:25下载
- 积分:1
-
蓝牙LE嗅探器的API
应用背景这是一个Windows版本的Sniffer应用API可用于蓝牙LE,它可以成为一个监听装置,API是使用标准的面向对象的方法,有一个很好的和干净的API。该代码可以是最小的努力和用于研发项目的跨平台。关键技术蓝牙轻版可以用于许多基于物联网的应用,具有很大的潜力,因为它的低功耗和良好的安全性。无论是物联网系统的主动和被动元件,它可以发挥好的作用,以便为一个复杂的物联网软件的情况下,要做
- 2022-03-02 21:01:10下载
- 积分:1
-
顺舟SZ05的ZIGBEE模块,用LPC23XX对其进行配置
顺舟SZ05的ZIGBEE模块,用LPC23XX对其进行配置-Shun Zhou ZIGBEE the SZ05 module, configured with its LPC23XX
- 2022-08-15 04:35:56下载
- 积分:1
-
网卡驱动程序,RTL8019
网卡驱动程序,RTL8019-NIC drivers, RTL8019
- 2023-04-01 11:35:03下载
- 积分:1
-
这是一个比较旧的脉冲集抄电表的工程,不过还是有借鉴意义的。...
这是一个比较旧的脉冲集抄电表的工程,不过还是有借鉴意义的。-this is a software for pulse electric。
- 2023-03-28 20:25:03下载
- 积分:1
-
PicoBlaze处理器的SPI Flash程序员详细信息开发…
PicoBlaze 处理器 SPI Flash 编程器的详细资料,可用作XILINX开发板的参考资料。-PicoBlaze processor SPI Flash programmer detailed information XILINX development board can be used as a reference.
- 2023-08-05 22:25:02下载
- 积分:1
-
万年历带温度显示(基于AT89C52,带仿真),
万年历带温度显示(基于AT89C52,带仿真),-Calendar with temperature display (based on AT89C52, with simulation),
- 2022-01-28 23:05:19下载
- 积分:1
-
Memory re
存储器重映射实验,通过实验,熟悉LPC2000系列ARM7微控制器的存储器重映射机制。-Memory re-mapping experiments, by experiment, familiar with the LPC2000 family of ARM7 microcontroller memory re-mapping mechanism.
- 2022-03-07 13:10:23下载
- 积分:1
-
开发代码来评估函数调用,类型铸造和代码流算法。
Develop code to evaluate function calls, type casting and code flow algorithms for performance.
Programming assignment 4 is exploring the use of Shared Memory (shm).
//
// This program configures the shm region, accepts user input, and stores
// the user msg in shm.
//
// Scope:
// Open and attach to shm region
// while runable
// shm allowed to write
// clear message
// prompt user for msg
// store msg in shm
// if msg begins with "end", detach from shm
// allow program 2 to resume
// exit
//
-Develop code to evaluate function calls, type casting and code flow algorithms for performance.
Programming assignment 4 is exploring the use of Shared Memory (shm).
//
// This program configures the shm region, accepts user input, and stores
// the user msg in shm.
//
// Scope:
// Open and attach to shm region
// while runable
// shm allowed to write
// clear message
// prompt user for msg
// store msg in
- 2022-03-14 14:23:14下载
- 积分:1