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

Use modern C++ casts instead of current C-style casting approaches

Open anotherSimpleCoder opened this issue 3 months ago • 1 comments

Converted C-casts in the code to C++ casts in order to modernize the codebase and make it more readable.

Closes #250

anotherSimpleCoder avatar Dec 02 '25 22:12 anotherSimpleCoder