Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 526 Bytes

File metadata and controls

19 lines (13 loc) · 526 Bytes

PartnerPort Build Status

API for accessing the VEX Robotics Partner Port

Eventually, AURA would like to have a guide and library for using 3rd party hardware / software with the Parner port on VEX Cortex Microcontrollers. As of right now, this Repository is a work in progress.

Building on OSX / Linux:

cd PartnerPort
mkdir build
cd build
cmake ..
make

Building on Windows

TBD