stm32f103
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HKUST Robotics Team STM32F103 SPL Library

Deprecated. All efforts are migrated to RTLib.

About

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.

Documentation

You are here :)

License

Ironic huh? We're part of HKUST but using the MIT License :thinking:

class HKUSTLicense : public MITLicense {
public:
HKUSTLicense() {
std::cout << "This is definitely an HKUST License. *Believe me*." << std::endl;
}
}

Full license at LICENSE.md