搜索资源列表
FontConverter
- 将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组,在ADS1.2中实测可直接include使用。-This is a font coverter which can convert any font style in windows to pixel array(in hex value) that can be used in embedded system. File gernerated by this tool can be included in p
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
amo_tool_V1_2_6
- 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
ReadATextFile
- 读取文本文件并将其转换为一维数组,便于数据的分析。-Read a text file and convert it to a one-dimensional array, to facilitate analysis of the data.
demo-of-led-array-display
- 51单片机控制led点阵显示实例,包含keil c程序及proteus电路图。用74HC595实现串行显示。-An demo of 51 series SCM control led array to display. The file include C51 program by Keil C and circuit schematic by Proteus. Applying 74HC595 to display in serie port.
2011210143518
- INI文件读写类与普通INI读写功能类似,增加了节与关键字集合,读入到一个数组内,方便枚举.目前只有枚举,读值功能,还没增加写值,新建啥的功能....因为用到这个功能的那个工程不需要写,就懒得写了 (转载)-INI INI file reading and writing classes read and write capabilities similar to the ordinary, an increase of Festival and the keyword set, read in
LED_c
- 用字符型数组控制LED灯C源代码,包含单片机寄存器的头文件,主函数依次引用数组元素,并将其送P0口显示,并调用延时函数-Control the LED light array with character C source code, including the first single-chip register file, the main function in turn refer to an array element, and sent to P0 port display, and
2_SMG
- 数码管实验 。1.在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 2.用AVR Studio仿真(需选择JTAG ICE)或者将LED.HEX烧入单片机 3.可以看到6位数码管循环显示1、2、3、4、5、6,可以更改data[6]数组的内容 来改变循环显示的内容。-Digital control experiment.A. , Establish project ICCAVR environment, and adding a source file and
Text2Bin
- stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
project5
- 本例程移植了R0.09b版本的FatFS文件系统,采用SDIO接口的MicroSD卡作为存储介质。 FatFS文件系统的移植说明见: \User\FatFS\FatFS移植记录.txt 核心文件为: b sdio_sd.c/.h : SDIO底层驱动代码 demo_sdio_fatfs.c/.h 演示FatFS API接口函数的使用方法的主程序。 配置GPIO的SD_Init()函数在执行 f_mount() 挂在文件系统时会被调用。因此,没有在