sts3215-controller 0.1.4

A Rust library for controlling ST3215 servos
Documentation
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;
 
    
}