1516b Over Under 2.0
Codebase for 1516b over under season
Loading...
Searching...
No Matches
api.h File Reference
#include <errno.h>
#include <math.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "pros/adi.h"
#include "pros/colors.h"
#include "pros/distance.h"
#include "pros/error.h"
#include "pros/ext_adi.h"
#include "pros/gps.h"
#include "pros/imu.h"
#include "pros/link.h"
#include "pros/llemu.h"
#include "pros/misc.h"
#include "pros/motors.h"
#include "pros/optical.h"
#include "pros/rtos.h"
#include "pros/rotation.h"
#include "pros/screen.h"
#include "pros/vision.h"

Go to the source code of this file.

Macros

#define PROS_VERSION_MAJOR   3
 
#define PROS_VERSION_MINOR   8
 
#define PROS_VERSION_PATCH   0
 
#define PROS_VERSION_STRING   "3.8.0"
 

Detailed Description

PROS API header provides high-level user functionality

Contains declarations for use by typical VEX programmers using PROS.

This file should not be modified by users, since it gets replaced whenever a kernel upgrade occurs.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Definition in file api.h.

Macro Definition Documentation

◆ PROS_VERSION_MAJOR

#define PROS_VERSION_MAJOR   3

Definition at line 42 of file api.h.

◆ PROS_VERSION_MINOR

#define PROS_VERSION_MINOR   8

Definition at line 43 of file api.h.

◆ PROS_VERSION_PATCH

#define PROS_VERSION_PATCH   0

Definition at line 44 of file api.h.

◆ PROS_VERSION_STRING

#define PROS_VERSION_STRING   "3.8.0"

Definition at line 45 of file api.h.