Completely missed here in wonderland, about 10 years ago Chinese chip maker Logic Green came out with something called the LTG8F328P, which behaves much like a ATmega328P, but has some extra features ...
What do you program the Arduino in? C? Actually, the Arduino’s byzantine build processes uses C++. All the features you get from the normal libraries are actually C++ classes. The problem is many ...