~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/util/twi.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (c) 2002, Marek Michalkiewicz
2
 
   Copyright (c) 2005, Joerg Wunsch
 
2
   Copyright (c) 2005, 2007 Joerg Wunsch
3
3
   All rights reserved.
4
4
 
5
5
   Redistribution and use in source and binary forms, with or without
29
29
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
30
  POSSIBILITY OF SUCH DAMAGE. */
31
31
 
32
 
/* $Id: twi.h,v 1.1 2005/11/05 22:23:16 joerg_wunsch Exp $ */
 
32
/* $Id: twi.h,v 1.1.2.1 2007/01/23 15:34:58 joerg_wunsch Exp $ */
33
33
/* copied from: Id: avr/twi.h,v 1.4 2004/11/01 21:19:54 arcanum Exp */
34
34
 
35
35
#ifndef _UTIL_TWI_H_
37
37
 
38
38
#include <avr/io.h>
39
39
 
 
40
/** \file */
40
41
/** \defgroup util_twi <util/twi.h>: TWI bit mask definitions
41
42
    \code #include <util/twi.h> \endcode
42
43