>>13354090>Playing with Arduinos is a sure way of getting you interested in programingProgramming, yes, if you want to learn almost nothing about how the hardware works and rely on libraries so you only end up doing 10% of the coding.
Arduino is highschool tier and supposed to be for educational/hobby uses. If you want to really get into electronics, you need to start from the bottom with a stand-alone microcontroller and write code for it from scratch.
You can do C language for easy mode, or learn assembly if you need to do time-critical stuff.