📄 main.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Procyon AVRlib: Procyon AVRlib</title><link href="dox.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.6 --><div class="qindex"><a class="qindexHL" href="main.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div><h1>Procyon AVRlib </h1><p><h3 align="center">Version 1.0 </h3><b>C-Language Function Library for Atmel AVR Processors - Written by Pascal Stang</b><p>Procyon AVRlib <a class="el" href="main.html#mainpage_footnote_one">[1]</a> is a library of easy-to-use C functions for a variety of common and uncommon tasks using AVR processors. The goal of AVRlib is to allow programmers to work quickly towards their end goal by reducing the time needed to write basic support functions and code. Most AVRlib header (*.h) files have lengthy descriptions of how to use the supplied library functions. All code (*.c) files are heavily commented with additional information.<p>Documentation is still being improved and refined on many libraries. When getting familiar with a library, look first in this help document and at any example code that is available in the avrlib/examples directory. Then look inside the [libname].h and [libname]conf.h files, and then the [libname].c file for more details and documentation.<p>Significant example code is included with AVRlib and can be found in the avrlib/examples directory. The example code is organized as a set of demo applications each of which strives to illustrate how to use a certain AVRlib function library. Effort is made to keep the example code heavily (and thoughtfully) commented.<p>The latest version of Procyon AVRlib (including this documentation) is available from <a href="http://hubbard.engr.scu.edu/embedded/avr/avrlib">http://hubbard.engr.scu.edu/embedded/avr/avrlib</a><h2><a class="anchor" name="sublibraries">AVRlib Sub-Libraries</a></h2>The following is a list of sub-libraries in AVRlib.<p><dl compact><dt><b>General Use:</b></dt><dd></dd></dl><ul><li>Byte Buffering (circular)</li><li>Bit Buffering (linear)</li><li>Printf and other formatted print functions</li><li>VT100 Terminal Output</li><li>Command Line Interface</li><li>FAT16/32 File System (support is read-only for now)</li><li>STX/ETX Packet Protocol</li><li>Fixed-Point Math Library (basic operations only)</li></ul><p><dl compact><dt><b>AVR Built-In Peripheral Support</b></dt><dd></dd></dl><ul><li>Timer(s)</li><li>Uart(s)</li><li>A/D Converter</li><li>I2C Master/Slave</li><li>SPI Interface</li></ul><p><dl compact><dt><b>Device Drivers for External Hardware:</b></dt><dd></dd></dl><ul><li>Character LCD Modules (HD44780-based)</li><li>I2c EEPROM Memories</li><li>SPI EEPROM Memories</li><li>MMC/SD Memory Cards (SPI-mode)</li><li>Quadrature Encoders</li><li>RC-Servos (up to 8 channels)</li><li>STA013 MP3 Decoder Chip</li><li>GPS Receivers (via serial port) -- NMEA-0813 Protocol -- Trimble TSIP Protocol</li><li>Graphic LCD Modules -- KS0108/HD61202 Controller -- T6963 Controller -- LCD Fonts and Symbols</li></ul><p><dl compact><dt><b>AVR Software-Emulated Devices and Interfaces</b></dt><dd></dd></dl><ul><li>I2c Master (Bit-Bang)</li><li>UART (software-based, timer interrupt driven)</li><li>Pulse Output (arbitrary-frequency continuous/counted square wave)</li><li>Intel-type Memory Bus (Address & Data Buses + nRD,nWR)</li></ul><p><a class="anchor" name="mainpage_footnote_one"></a> <b>[1]</b> The name "AVRlib" bears an unfortunate resemblance to "AVR libc" while the two libraries are different and should not be confused. AVR libc is the Standard C Library for AVR-Series Processors and provides functions we typically think of as being standard C like printf, stdio calls, math functions, and some AVR-specific functions. Procyon AVRlib provides additional higher-level functions designed to help designers accomplish typical embedded systems tasks. <hr size="1"><address style="align: right;"><small>Generated on Fri Oct 15 03:50:21 2004 for Procyon AVRlib by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -