JeVois Tutorials
1.22
JeVois Smart Embedded Machine Vision Tutorials
|
|
Go to the source code of this file.
Macros | |
#define | LEDPIN 17 |
#define | SERIAL Serial1 |
#define | INLEN 256 |
#define | CATEGORY "computer_keyboard" |
Functions | |
void | setup () |
void | loop () |
Variables | |
char | instr [INLEN+1] |
#define CATEGORY "computer_keyboard" |
Definition at line 15 of file ardublink.C.
#define INLEN 256 |
Definition at line 11 of file ardublink.C.
#define LEDPIN 17 |
Definition at line 4 of file ardublink.C.
#define SERIAL Serial1 |
Definition at line 8 of file ardublink.C.
void loop | ( | ) |
void setup | ( | ) |
Definition at line 17 of file ardublink.C.
char instr[INLEN+1] |
Definition at line 12 of file ardublink.C.
Referenced by loop().