Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 718 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 718 Bytes

Pixy README

This directory contains:

/doc - this directory contains a doxygen configuration file for building doxygen documentation.

/scripts - this directory contains scripts for building pixy software modules.

/src/device - this directory contains code (firmware) that runs on the Pixy (CMUcam5) device.

/src/host - this directory contains code that runs on the host computer. (Windows PC, Linux PC, Mac)

/src/host/hello_pixy - this directory contains an example program that uses libpixyusb for communicating with Pixy.

/src/host/libpixyusb - this directory contains the USB library for communicating with Pixy.

/src/host/arduino - this directory contains the Arduino library for communicating with Pixy.