基于(英蓓特)STM32V100的串口程序
This example provides a description of how to use the USART with hardware flowcontrol and comm...
This example provides a description of how to use the USART with hardware flowcontrol and comm...
一款SmartPhone的驱动代码,其中包括Camera, Video controller, LCD, I2C, Keypad, DMA等多种驱动的源代码。...
这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/includ...
一个动态可视化的MCS-51全功能模拟器,此模拟器可以让您在PC机上模拟运行MCS-51程序就如同在硬体上一样. 这模拟器提供8KB的程序空间,256字节的RAM,16KB的XRAM,2个16位的定...
说明: Virtual51是一个动态可视化的MCS-51全功能模拟程序,可以让你在Virtual51上运行MCS-51程序就如同在硬体上一 样。提供8KB的程序空间,256字节的RAM,16K...
Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected c...
A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman inter...
Open C++: Memory Game Example This Open C++ example application demonstrates a simple memory game...
Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco...
form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20)...