![]() |
eBoard
①⑧⑨
Written for SIA 2017/2018
|
this file contains the TwoWire class More...
#include <inttypes.h>
#include "Stream.h"
#include <stdlib.h>
#include <string.h>
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... | |
this file contains the TwoWire class
Last Updated:
Definition in file eagle_TwoWire.h.
#define BUFFER_LENGTH 32 |
Definition at line 19 of file eagle_TwoWire.h.
#define TwoWire_h |
Definition at line 403 of file eagle_TwoWire.h.
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.