JeVois Tutorials  1.20
JeVois Smart Embedded Machine Vision Tutorials
Share this page:
Macros | Functions | Variables
ardublinkez.C File Reference

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]
 

Macro Definition Documentation

◆ CATEGORY

#define CATEGORY   "computer_keyboard"

Definition at line 15 of file ardublinkez.C.

◆ INLEN

#define INLEN   256

Definition at line 11 of file ardublinkez.C.

◆ LEDPIN

#define LEDPIN   17

Definition at line 4 of file ardublinkez.C.

◆ SERIAL

#define SERIAL   Serial1

Definition at line 8 of file ardublinkez.C.

Function Documentation

◆ loop()

void loop ( )

Definition at line 26 of file ardublinkez.C.

References CATEGORY, INLEN, instr, LEDPIN, and SERIAL.

◆ setup()

void setup ( )

Definition at line 17 of file ardublinkez.C.

References LEDPIN, and SERIAL.

Variable Documentation

◆ instr

char instr[INLEN+1]

Definition at line 12 of file ardublinkez.C.

Referenced by loop().