Unique event function
This merge request replaces the previous individual event functions with two new ones:
- eventBallistic: detects launchpad exit, motor cutoff, apogee, and landing
- eventParachute: detects landing and parachute cut
This improves modularity and simplifies event management across flight phases.