first commit
This commit is contained in:
5
drv/servo.h
Normal file
5
drv/servo.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void Servo_init(unsigned long Freq);
|
||||
|
||||
void Servo_update(unsigned short Pow);
|
Reference in New Issue
Block a user