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

Go to the source code of this file.

Macros

#define LEDPIN   17
 
#define SERIAL   Serial1
 
#define INLEN   256
 
#define CATEGORY   "dog"
 
#define MIN_WIDTH   200.0F
 

Functions

void setup ()
 
void loop ()
 

Variables

char instr [INLEN+1]
 

Macro Definition Documentation

◆ CATEGORY

#define CATEGORY   "dog"

Definition at line 15 of file arduyolo.C.

◆ INLEN

#define INLEN   256

Definition at line 11 of file arduyolo.C.

◆ LEDPIN

#define LEDPIN   17

Definition at line 4 of file arduyolo.C.

◆ MIN_WIDTH

#define MIN_WIDTH   200.0F

Definition at line 18 of file arduyolo.C.

◆ SERIAL

#define SERIAL   Serial1

Definition at line 8 of file arduyolo.C.

Function Documentation

◆ loop()

void loop ( )

Definition at line 29 of file arduyolo.C.

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

◆ setup()

void setup ( )

Definition at line 20 of file arduyolo.C.

References LEDPIN, and SERIAL.

Variable Documentation

◆ instr

char instr[INLEN+1]

Definition at line 12 of file arduyolo.C.

Referenced by loop().