Author | Matthew Schinkel - borntechi.com, copyright (c) 2009, all rights reserved. |
Adapted-by | |
Compiler | >=2.4m |
This library allows your PIC to read pulses given by a RC receiver. Connect your PIC to a rc receiver the same way you would connect a RC servo. This library will output a value dependant on where your fingers are moving the controls on your remote transmitter. PIC will read the pulse width at the receiver.
http://www.horrorseek.com/home/halloween/wolfstone/Motors/svoint_RCServos.html
No dependency found
var byte servo_slave_is_valid = TRUE
some vars
var byte _servo_slave_off_count = 0
No documentation found
servo_slave_timer_isr()
interrupt to detect if no pulse is available.
servo_slave_init()
Initialize the servo
servo_slave'get() return byte
Outputs the value of the rc pulse input
16f877 | 16f877_servo_rc_slave.jal |
16f877a | 16f877a_servo_rc_slave.jal |
18f452 | 18f452_servo_rc_slave.jal |
18f4525 | 18f4525_servo_rc_slave.jal |
18f4550 | 18f4550_servo_rc_slave.jal |
18f4620 | 18f4620_servo_rc_slave.jal |