ArduinoCore-API
ArduinoCore-API copied to clipboard
Use modern C++ casts instead of current C-style casting approaches
Converted C-casts in the code to C++ casts in order to modernize the codebase and make it more readable.
Closes #250