ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

AP_Relay: clarify internal function names

Open ES-Alexander opened this issue 2 weeks ago • 0 comments

Code cleanup.

The get_pin, set_pin, and set_pin_by_instance function names are confusing, especially given similar names are used elsewhere in the codebase to relate pins to a given functionality (whereas these functions relate to pin and instance states).

ES-Alexander avatar Dec 05 '25 13:12 ES-Alexander