top of page

Recent Posts

See All
VEX V5 Main File

#include "main.h" #include "lemlib/api.hpp" // IWYU pragma: keep #include "config.h" // ── Path Files ──────────────────────────────────────────────────────── // Add one ASSET line per .txt file in

 
 
 
PROS Interactive Terminal Setup

pros c add-depot LemLib https://raw.githubusercontent.com/LemLib/LemLib/depot/stable.json pros c apply LemLib pros c add-depot LemLibTarball https://raw.githubusercontent.com/Jerrylum/LemLibTarbal

 
 
 
V5 Camp Config File

#pragma once #include "api.h" // IWYU pragma: keep #include "lemlib/api.hpp" // IWYU pragma: keep // ── Starting Position ───────────────────────────────────────────────── // Must match wher

 
 
 
bottom of page