Closed GoogleCodeExporter closed 9 years ago
HK, If I change the code to use pan for both ch0 and ch1 the tilt slider moves
both servos at once, and vise versa setting them to both tilt, does nothing for
either slider. so I know the channel numbers are right...
APM_RC.OutputCh(0,pan); // Copy input to Servos
APM_RC.OutputCh(1,pan); // Copy input to Servos
Original comment by Draconis...@gmail.com
on 22 Jan 2011 at 5:46
Can you make a branch for ArduTrackerMega?
Original comment by Draconis...@gmail.com
on 22 Jan 2011 at 9:40
I think I've got it figured out. I had a missing comma. 1.2.22 should have this
issue fixed.
Original comment by paulbmather@gmail.com
on 24 Jan 2011 at 2:51
I can confirm it works on 1.2.22 and 1.2.23 thank you!
can this be made into a trunk or a seperate download like ardutrackermega.pde?
Original comment by Draconis...@gmail.com
on 25 Jan 2011 at 5:59
Original comment by paulbmather@gmail.com
on 16 Apr 2011 at 5:33
example changes for mega platform
Original comment by Draconis...@gmail.com
on 16 May 2011 at 10:42
Attachments:
Original issue reported on code.google.com by
Draconis...@gmail.com
on 22 Jan 2011 at 3:56