1 2 3 4 5 6 7 8 9 10 11 12
#include <iostream> #include <cstdint> #include <cstring> #include <thread> #include <chrono> #include "../../include/st3215.h" int main() { std::cout << "ST3215 Servo Controller - Exemple C++" << std::endl; }