Arduino-Controlled RC Transmitter

I used microsecond delays because I needed the finer control over timing I got that way. Delay() only gives you delays in milliseconds, which is not precise enough for this application.

At least, that's what I remember of my reasoning, this was a while ago!