safe-vex 4.4.0

A modular, safe and data-orientated rust wrapper over the Purdue PROS library for Vex Robotics
Documentation
1
2
3
4
5
6
/* This wrapper file forces libclang to evaluate macros for bindgen */

#include "pros/apix.h"

const int32_t PROS_ERR_ = PROS_ERR;
const double PROS_ERR_F_ = PROS_ERR_F;