5 lines
90 B
C
5 lines
90 B
C
#pragma once
|
|
|
|
void Servo_init(unsigned long Freq);
|
|
|
|
void Servo_update(unsigned short Pow); |