This post describes the beta version of BASIC Stamp autopilot code. As mentioned in my last post, the two main challenges in this project were dealing with the constraints of integer-only math and a severely restricted variable space (just 26 bytes!).
The first one I got around by treating fractional degrees as full degrees (since the UAV is never going to travel more than one full degree away fr…