Home / Tag Archives: requirements

Tag Archives: requirements

Heads-up: New ROBOTC Driver Suite Requirement

I’ll be releasing a new version of the driver Driver Suite soon.  I’ve changed the minimum version it will compile under to ROBOTC 3.08, the latest stable release.  I am using some very useful functionality in some of my drivers that didn’t appear in previous versions. #include "firmwareVersion.h" #if (kFirmwareVersion < 912) #error "These drivers are only supported on RobotC ...

Read More »