So, I'm using ArduStation V12 (the featured download) to point an antenna. I found the servo pulse and initialization functions, and I see functions for taking GPS locations and generating bearings, but there doesn't seem to be a function that puts it together and actually drives the servos. Am I missing something here?
I have a test function that points the servo just fine (a GDP785 pan system from ServoCity), but I'm not getting usable bearings from this calculation;
azimuth=calc_bearing(to_float_6(latitude), to_float_6(longitud), to_float_6(Latitude_Home), to_float_6(Longitud_Home));
pulse_servo_1(azimuth);
Is anyone else doing this?