/programy/C/PIC_C/mereni/tester serv/blikac.BAK |
---|
1,4 → 1,4 |
#include "D:\@Kaklik\programy\PIC_C\prenos\blikac.h" |
#include "blikac.h" |
#DEFINE SERVO_X PIN_A2 // piny na ktere jsou pripojena serva |
#DEFINE SERVO_Y PIN_B0 |
#DEFINE TL1 PIN_B1 |
19,12 → 19,12 |
output_low(servo_x); |
delay_ms(20); |
} |
for(i=0;i<=100;i++) |
{ |
output_high(servo_y); |
output_high(servo_x); |
delay_us(20`00); |
delay_us(2000); |
output_low(servo_y); |
output_low(servo_x); |
delay_ms(20); |
35,6 → 35,6 |
delay_us(1500); |
output_low(servo_y); |
output_low(servo_x); |
delay_ms(20); |
delay_ms(20); |
} |
} |