搜索资源列表
C语言嵌入式系统编程修炼
- 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开发的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C语言--一种\"高级的低级\"语言,则成为嵌入式系统开发的最佳选择。-Unlike most forms of software programming, embedded systems programming based on the specific hardware pl
ADCINC12Projects
- Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simp
software_spi
- Software spi header file using 3 general purpose IO pins of an atmel uc
software_uart
- Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex operation, adjustable baud rate
Embedded-systems-of-knowledge
- 从概括嵌入式系统的知识体系出发,分析嵌入式系统学习者可能存在的学习误区——操作系统的困惑、硬件与软件的困惑、片面认识嵌入式系统及入门芯片选择的困惑。在此基础上,提出了基础阶段的学习建议。-From the general knowledge of embedded system, analyzes the embedded system may exist in learners learning misunderstanding- the operating system of perplex
xiaoche10
- 本程序是一个免费程序。你可以继续复制并传播它,和/或修改 它的条件下出版的GNU一般公开执照所 自由软体基金会 可以选用该执照之第二版或 (任您选)其后的版本。-This program is a free program. You can continue to copy and disseminate it, and/or modify it under the conditions of the GNU General Public License published by th
Flash
- Arduino-1.0库文件,可以很方便地操作Flash存储器,将字符串常量、整型常量数组、浮点型常量数组保存到Flash中,是编写web嵌入式应用程序不可缺少的库文件。现在经过修过,可以兼容Arduino-1.0了。- Flash.h- An Arduino library for flash-based (ROM) data collections. Copyright (C) 2009-2012 Mikal Hart All rights reserved.
keil-Set-and-the-debugger
- 单片机编程软件keil, 常规设置、调试和使用方法-Microcontroller programming software keil, general settings, debug, and use
PDFSUSB_BULK
- WFF USB Generic HID Demonstration 3 usbGenericHidCommunication reference firmware 3_0_0_0 Copyright (C) 2011 Simon Inns This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public L
Music_shield_library_V1.0
- This library is free software you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation either version 2.1 of the License, or (at your option) any later ver
6-binary-to-10-batch-software
- 电子工程师经常需要使用串口获得现场的一些数据用于分析.而一般的串口助手软件获得的数据都是16进制的,这不利于直观的分析或是绘制图形.在这种情况下写了这个进制转换工具. 2.数据的输入来源于文件.文件的格式必须是 16进制+分隔符+16进制 的形式,比如: 4A 78 90 12这种格式(分隔符是空格),也可以是4A*78*90*12这种格式(分隔符是*号).而且16进制数字最长是16位.比如123A 34A3 1278这样类型.如果长度大于16位,软件将会自动忽略多余的部分. 有效