搜索资源列表
UARTExample
- DSP BF533的串口通讯代码。通过回调函数进行字符的收发。-BF533 DSP serial port communications code. Through the callback function characters TX.
exception_handler
- 基于ADI blackfin的异常处理程序,包含各种异常情况,用户只需把自己的回调函数注册进去即可
modbus-source-code.rar
- 自己编写的mod bus 协议源代码。基于keilc51开发。主要使用回调函数,协议层次清晰。仅供编程参考。 ,I have written the source code mod bus protocol. Based on the development of keilc51. The main use of a callback function, the level of a clear agreement. Programming reference purposes only.
keyboard
- 这是一个ucGUI的虚拟键盘程序,可以在ucGUI3.90以上版本运行。与其它虚拟键盘不同的是,这里采用hook方式把按钮的动作挂到目标窗口,这样就可以动态的设定输入对象,完全不需要编写目标窗口的回调函数,非常方便。已经在stm32平台测试通过。-This is a ucGUI virtual keyboard program, you can run ucGUI3.90 above. With other virtual keyboard is different is that here,
Bycore-1.0.12
- Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore
LwIP
- lwip运用资料,zlg运用笔记,基于回调函数的lwip使用-lwip
car
- 利用键盘控制汽进、后退、转弯、加速和减速;车前 制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序。 定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。 -Using keyboard to control steam forward, backward, turning, acceleration and deceleration front of the car to make a pop-up menu, the menu i
xiaoche8
- 里面主要包含430我们将恢复后醒来!Independ什么事件处理器说叫回调函数如果没有接受手术正在进行中-Which consists mainly of 430 we will wake up after recovery! Independ what event handler callback function that is called progress without surgery
scsc0
- Window CE下的串口通信,使用回调函数进行接收数据-Window CE serial communication, use the callback function to receive data
CCPP2
- 电脑端下的串口通信,使用回调函数进行接收数据-PC serial communication under the callback function to receive data
call_back
- 在ARM上,用回调函数的形式,实现了代码的跳转。-Callback function in the form of the ARM code jump.
Source
- 这个程序包含心率采集应用的主函数和回调函数及CC2540BLE蓝牙协议堆栈-This file contains the main and callback functions for the Heart Rate sample application with the CC2540 BLE Protocol Stack
modbus0.1
- 自己写的一个modbus小程序,支持rtu和ascii方式,其原理是采用注册解析回调函数的方式实现的。-Modbus wrote a small program to support rtu and ascii mode, the principle is the use of registered callback function analytic approach to achieve.
exception_handler
- 基于ADI blackfin的异常处理程序,包含各种异常情况,用户只需把自己的回调函数注册进去即可-ADI blackfin-based exception handling procedures, including a variety of unusual circumstances, users simply register their callback function can get
exception_handler
- 基于ADI blackfin的异常处理程序,包含各种异常情况,用户只需把自己的回调函数注册进去即可-ADI blackfin-based exception handling procedures, including a variety of unusual circumstances, users simply register their callback function can get
softTimer
- 软件定时器。当内部计数器达到某一值时会触发用户的自定义函数,这个函数也叫回调函数。-Software Timer
serialDispDebug
- 针对单片机数据采集系统,用Matlab实现上位机,实现从串口读取采集数据并实时绘制信号波形,包括初始化主机串口、按照通信协议调用回调函数读取数据,并实时刷新波形显示。-For SCM data acquisition system, the Matlab computer, data read the serial port acquisition and real-time signal waveform drawing, including the initialization callb
huidiaohanshu
- 用C语言实现回调函数功能 是DEVC++的工程 可以直接打开-hui diao han shu
ADC
- LPC82X ADC操作程序,直接操作寄存器,一目了然,ZLG的的代码包封装了寄存器,采用回调函数,读取时间长。LPC824Lite的为C++类操作;NXP官网虽然采用寄存器,采用中断操作,个人感觉不方便。(LPC82X ADC void ADCInit(void) uint16_t adc_read_Dat(uint8_t channels))