ArduinoCore-avr icon indicating copy to clipboard operation
ArduinoCore-avr copied to clipboard

Replacing bit operations macros with bit macro

Open josx opened this issue 1 year ago • 3 comments

I am replacing multiple instances of bit operation macros in part with a single macro using the preexisting bit(b) macro. This may improve code readability and maintainability.

josx avatar Apr 29 '23 14:04 josx