Begin of servo
This commit is contained in:
parent
c09e5b5b48
commit
61ee69dc84
5 changed files with 38 additions and 1 deletions
14
firmware/servo.h
Normal file
14
firmware/servo.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue