Begin of servo

This commit is contained in:
Tristan Krause 2019-06-25 11:06:25 +02:00
parent c09e5b5b48
commit 61ee69dc84
5 changed files with 38 additions and 1 deletions

14
firmware/servo.h Normal file
View file

@ -0,0 +1,14 @@
#ifndef SERVO_H
#define SERVO_H
class Server
{
public:
/**
* Initialisiert die Servo Funktion (Timer 1 & 2).
*/
void init(void) const volatile;
};
#endif // SERVO_H