eBoard ①⑧⑨
Written for SIA 2017/2018
eagle_TwoWire.h File Reference

this file contains the TwoWire class More...

#include <inttypes.h>
#include "Stream.h"
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for eagle_TwoWire.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eagle_impl::TwoWire
 [I2C] This is used to avoid path resolving issues and defines the common known Arduino Wire-Interface
        Don't use manually More...
 

Namespaces

 eagle_impl
 this namespace contains all the don't use manually classes ;)
 

Macros

#define BUFFER_LENGTH   32
 
#define TwoWire_h
 

Variables

TwoWire Wire = TwoWire()
 this is the well-known Arduino Wire Interface, just a little bit 'modified' ;P More...
 

Detailed Description

this file contains the TwoWire class

Last Updated:

Version
3.2.0a

Definition in file eagle_TwoWire.h.

Macro Definition Documentation

◆ BUFFER_LENGTH

#define BUFFER_LENGTH   32

Definition at line 19 of file eagle_TwoWire.h.

◆ TwoWire_h

#define TwoWire_h

Definition at line 403 of file eagle_TwoWire.h.

Variable Documentation

◆ Wire

TwoWire Wire = TwoWire()

this is the well-known Arduino Wire Interface, just a little bit 'modified' ;P

Definition at line 401 of file eagle_TwoWire.h.