This is definitely what I'd call a "bug" but I'm not sure what can be done about it, short of try/throw/catch mechanism in all of the library which prints a nicer message than mine...although that at ...
Voor projecten met afstandsbediening wordt vaak een tekstgebaseerd serieel protocol gebruikt. In de code voor de ontvanger kan op een elegante manier met switch...case naar de bijbehorende commando’s ...
The following code compiled for an ARDUINO DUE leads to a different result than the code compiled for AVR-based ARDUINOS (IDE-Version: 1.6.3): void setup() { Serial.begin(115200); } void loop() { ...