10 lines
185 B
C
10 lines
185 B
C
#include "servocontroller.h"
|
|
#include "string.h"
|
|
|
|
ServoState servoState;
|
|
|
|
//TODO add a task and implement
|
|
|
|
void servoControllerInit() {
|
|
memset(&servoState, 0, sizeof(servoState));
|
|
} |