Operácie

AVR Serial.c

Z SensorWiki

Verzia z 22:21, 30. november 2008, ktorú vytvoril Balogh (diskusia | príspevky) (Nová stránka: '''serial.h''' <source lang="c> *************************************************************************: /* ...)
(rozdiel) ← Staršia verzia | Aktuálna úprava (rozdiel) | Novšia verzia → (rozdiel)

serial.h

/* ************************************************************************* */
/*                                                                           */
/* Description       : Header file for serial.c                              */
/*                     Based on AppNote AVR109 - Self-programming            */
/*                                                                           */
/* FileName          : serial.h                                              */
/* Compiler          : AVR-GCC/avr-libc(>= 1.2.5), TODO: IAR C 3.10C         */
/* Revision          : 1.7                                                   */
/* Date              : 30. November 2008                                     */
/* Updated by        : Richard Balogh                                        */
/* Target platform   : ATmega88, TODO: All AVRs with bootloader support      */
/*                                                                           */
/* ************************************************************************* */

         void initbootuart( void );
         void sendchar( unsigned char );
unsigned char recchar( void );