#include "Max3421e.h"
Go to the source code of this file.
Defines | |
| #define | GPX PJ3 |
| #define | GPX_DDR DDRJ |
| #define | GPX_PIN PINJ |
| #define | GPX_PORT PORTJ |
| #define | INT PE6 |
| #define | INT_DDR DDRE |
| #define | INT_PIN PINE |
| #define | INT_PORT PORTE |
| #define | RST PJ2 |
| #define | RST_DDR DDRJ |
| #define | RST_PIN PINJ |
| #define | RST_PORT PORTJ |
Variables | |
| static byte | vbusState |
| #define GPX PJ3 |
Definition at line 49 of file Max3421e.cpp.
| #define GPX_DDR DDRJ |
Definition at line 51 of file Max3421e.cpp.
| #define GPX_PIN PINJ |
Definition at line 52 of file Max3421e.cpp.
| #define GPX_PORT PORTJ |
Definition at line 50 of file Max3421e.cpp.
| #define INT PE6 |
Definition at line 39 of file Max3421e.cpp.
| #define INT_DDR DDRE |
Definition at line 41 of file Max3421e.cpp.
| #define INT_PIN PINE |
Definition at line 42 of file Max3421e.cpp.
| #define INT_PORT PORTE |
Definition at line 40 of file Max3421e.cpp.
| #define RST PJ2 |
Definition at line 44 of file Max3421e.cpp.
| #define RST_DDR DDRJ |
Definition at line 46 of file Max3421e.cpp.
| #define RST_PIN PINJ |
Definition at line 47 of file Max3421e.cpp.
| #define RST_PORT PORTJ |
Definition at line 45 of file Max3421e.cpp.
byte vbusState [static] |
Definition at line 35 of file Max3421e.cpp.