purduesigbots/pros

PROS 4.0.1: Fix the Device Class with some implementations as a base class.

WillXuCodes opened this issue · 2 comments

Currently, the device class has some pure virtual functions that should have implementations as a proper base class with a registry call to get what device is plugged in. The point of this is to allow users to dynamically initialize their devices by detecting what is on plugged in on hardware.

#497 gonna package this in with this, registry.c is a file worth looking at for calls to help with getting what device is installed.

Done