Note: Deprecated. All efforts are migrated to RTLib.
Seriously don't use this library, go use libOpenCM3 or HAL unless you're desperate, BUT I guarantee it's much better than the spaghetti code than what the internal people use. Bonus points for being open source.
Blah don't use the wiki, doxygen docs FTW!
Ironic huh? We're part of HKUST but using the MIT License 🤔
class HKUSTLicense : public MITLicense {
public:
HKUSTLicense() {
std::cout << "This is definitely an HKUST License. *Believe me*." << std::endl;
}
}