-
串口高速接收命令
1.
//加入以下代码,支持printf函数,而不需要选择use MicroLIB
#if 1
#pragma import(__use_no_semihosting)
//标准库需要的支持函数
struct __FILE
{
int handle;
};
FILE __stdout;
//定义_sys_exit()以避免使用半主机模式
void _sys_exit(int x)
{
x = x;
}
//重定义fputc函数
int fputc(int ch, FILE *f)
{
while((USART1->SR&0X40)==0);//循环发送,直到发送完毕
USART1->DR = (u8) ch;
return ch;
- 2022-07-12 05:44:52下载
- 积分:1
-
联发科wifi驱动,支持mtx2e,mt7610e,mt7620,mt7628
支持MTx2e,mt7603e,mt7610e,mt7620,mt7628 的wifi驱动源码, 可以编译出内核模块。
- 2022-10-29 18:05:11下载
- 积分:1
-
16SEGMENTS_tool
This is a simple code and software using APIwin32 to easily help you to create simple decoder for 16SEGMENTS displayer for your application. It use the GUI to draw segments in assembly and C languages,and there is sample program in the (My displayer folder) to help anyone to use it. I built it just because I wanted to operate with a 16segments displayer. Modify the code as you want.
- 2014-11-30 08:59:22下载
- 积分:1
-
D-RAT
sources file c++ for example
- 2015-12-09 22:00:49下载
- 积分:1
-
基于430的OLED显示屏显示
OLED为中景园0.96寸12864显示屏,采用的是msp430g2553芯片,spi协议。软件为IAR FOR MSP430
OLED,即有机发光二极管(Organic Light-Emitting Diode),又称为有机电激光显示(Organic Electroluminesence Display, OELD)。
因为具备轻薄、省电等特性,因此从2003 年开始,这种显示设备在MP3播放器上得到了广泛应用,而对于同属数码类产品的DC 与手机,
此前只是在一些展会上展示过采用OLED 屏幕的工程样品。自2007 年后,寿命得到很大提高,具备了许多LCD 不可比拟的优势。
- 2022-02-06 09:17:06下载
- 积分:1
-
第27章 透明位图背景上的滚动字幕实例
第27章 透明位图背景上的滚动字幕实例该程序可以方便实现字幕的滚动效果,程序简单易懂(transparent bitmap on the background of rolling subtitles examples of the procedures to facilitate the achievement of subtitles rolling results, procedures simplified)
- 2005-03-23 21:54:45下载
- 积分:1
-
input_parser
nextnano3,计算能带结构软件,方便计算各种半导体结构的能带参数(nextnano3, band structure calculation software, to facilitate the calculation of various parameters of the energy band structure of semiconductors)
- 2014-09-01 11:59:38下载
- 积分:1
-
ffmanagement_shool_v0.1
使用于智能学校,大学,教育部门的网站模板。全站内容全面,设计合理,学校的校标和名字映衬在以校园为背景的图片上,立意新颖。站内细节化的设计还体现在各地的天气预报和成绩查询,大大的方便了师生和家长的出行,和通过其他渠道成绩查询的繁琐步骤。名师风采和发展规划方便学生和家长对学校近一步的了解。远程辅导可以让师生足不出户解决学习上困惑,招生信息和在线报名一线的设计是对考生最贴心化的设计,真正做到人性化建站。
适用于:大学、教育部门等门户网站(Website templates used in smart schools, universities, and educational sectors. The total content of a comprehensive, reasonable design, the school standard and the name of the campus as against the background of the picture, novel. Station details of the design is also reflected in the weather forecast and the results of the query, greatly facilitate the teachers and students and parents to travel, and through other channels of the tedious steps to query. Teacher elegant style and development planning to facilitate students and parents to learn about the school near. Remote counseling can let the students stay at home to solve learning design puzzles, enrollment information and online registration of candidates line is the most intimate of the design, truly personalized website.
Applies to: University, education department and other portals)
- 2015-12-14 15:37:32下载
- 积分:1
-
IEC 60870-5-101Transmission protocols
IEC 60870-5-101 通信规约英文版规范(IEC 60870-5-101-2003 Telecontrol equipment and systems Part 5-101 Transmission protocols)
- 2020-06-17 09:20:02下载
- 积分:1
-
ssd1963drivers
说明: ssd1963的STM32库函数,能驱动ssd1963芯片进行显示(STM32 library function of ssd1963 can drive ssd1963 chip to display)
- 2020-04-25 10:55:43下载
- 积分:1