![]() |
eBoard ๐
โ โงโจ
Written for SIA 2017/2018
|
#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 |
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... | |
#define BUFFER_LENGTH 32 |
Definition at line 7 of file eagle_TwoWire.h.
#define TwoWire_h |
Definition at line 381 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 379 of file eagle_TwoWire.h.