搜索资源列表
单片机延时控制系统(使用状态机编程)
- 单片机延时控制系统(使用状态机编程) 两路检测,控制两路继电器输出。
KEY_scan
- 键盘输入接口与状态机编程按键检查,长击,双击,短击,等。-Single-chip key check, hit a long, double, short strike, and so on.
Clock
- 利用MSP430 单片机实现的电子表程序,通过此程序对430单片机内部的定时模块,及状态机编程有一个更好的理解。-the clock model of the MSP430 MCU,it has been tested by me and can act well in the board.
UART
- UART是一种广泛应用于短距离、低速、低成本通信的串行传输接口.由于常用UART芯片比较复杂且移植性差,提出一种采用可编程器件FPGA实现UART的方法, 实现了对UART的模块化设计.首先简要介绍UART的基本特点,然后依据其系统组成设计顶层模块,再采用有限状态机设计接收器模块和发送器模块,所有功能的实现全部采用VHDL进行描述,并用Modelsim软件对所有模块仿真实现.最后将UART的核心功能集成到FPGA上,使整体设计紧凑,小巧,实现的UART功能稳定、可靠. -UART is a wi
thestatemachine
- 关于嵌入式开发的状态机思路,使软件编程效率更高-With regard to the state machine embedded development ideas, to make more efficient software programming
programming
- 编程思想的介绍(包括“时间驱动”,“状态机”,队列的使用,“面向对象“的思想等等)。-Introduction to programming ideas (including the " time-driven," " state machine" , queue the use of " object-oriented" thinking, etc.).
fsm_keyboard
- 使用状态机的通用键盘程序(支持组合键),可以作为状态机编程的一个示例 -The use of state machine Universal Keyboard program (to support combination of keys), can be used as an example of state machine programming
SPconversion_CPLD_FPGA_VHDL
- 基于状态机的8bit并串变换,使用VHDL语言,使用Xilinx ISE,程序特点是使用了状态机,通过分析可以学习如何使用状态机编程,并完成8bit并串变换的功能-8bit based on state machines and string transformation, using VHDL language, using the Xilinx ISE, process characterized by the use of the state machine, the analysis c
ProgrammingstatemachineforEmbedded
- 国内介绍嵌入式状态机编程的书籍,欢迎下载-China introduced an embedded state machine programming books are welcome to download
1
- 关于AD采样,用的是ADC0809,运用状态机编程-About AD sampling, using a ADC0809, the use of state machine programming
State-machine-programming
- 状态机编程 实验内容 1. Gray 编码和One-hot 编码两种状态机; 2. 触发器部分和组合逻辑部分结合与分开两种状态机。 -State machine programming experiment content 1. Gray coding and encoding two One-hot state machine 2 trigger part and the combinational logic part of the combination of t
fpga_uarst
- fpga USART通信,VHDL语言编写,通过测试。程序全面运用了状态机编程-The fpga the USARTs communications, VHDL language, pass the test. The entire process of the use of state machine programming
Single-key-program
- 该程序为单个按键实现短击、长击和双击,基于状态机编程思想。-The program a short strike, the long strike and double-click a single button, the state machine-based programming ideas.
Quantum4EmbSyss
- Practical Statecharts in C C++ Quantum Programming for Embedded Systems,嵌入式上的状态机编程,里面包含了英文书籍及示例代码,在网上找了很久才找到的-Practical Statecharts in C C++ Quantum Programming for Embedded Systems, the machine programming embedded on the state, which contains Engli
25_keys
- 基于msp430,5线拓展25按键扫描,状态机编程。已通过测试,工作稳定,消抖效果好,附有原理介绍和原理图。-based on MSP430 25 key scan state with only 5 IOs. machine programming. Has been tested, stable, can eliminate buffeting effectivly, with a schematic presentation and schematic.
Pointer-state-machine
- 相对所谓的传统状态机编写方式来说,使用函数指针作为中间介质来进行间接调用的方式就是所谓的“指针法状态机”。 指针法状态机其本质与合作式调度器几乎就是同义词,或者说是调度器的一个“状态机”编程模式-Relative to write so-called traditional state machine approach, using a function pointer as an intermediate medium for indirect way is to invoke the s
JKI状态机
- 主要介绍状态机的编程方法以利于编程方便性(The programming method of state machine is mainly introduced)
state_machine
- 同样是简单的MAX II编程,状态机顾名思义,0到8的循环显示,用到了数码管。(The same is a simple MAX II programming, the state machine as its name suggests, 0 to 8 of the cycle display, using the digital tube.)
qpc4.0.00
- 本文档是UML事件驱动状态机介绍文档,基于量子编程的qp状态机,qpc4.0.00.zip是源代码。可以使用它来取代RTOS和前后台系统。实时性完全可以和RTOS媲美。了解它之后肯定会对你的编程思想有很大启发。了解过cc2530 z-stack协议栈的人看到它会非常亲切,因为z-stack协议栈和qp非常类似(This document is an introduction to a UML event driven state machine, a QP state machine based
FSM状态机verilog代码
- 能实现状态转换、移位功能的状态机,使用verilog代码编写,能通过modelsim编程实现。