Arduino
- Details
- Parent Category: Mod's
Github CI, automate your code testing!
Testing... who likes it? Not many... But it has to be done, so lets do it automatically! And spend more time doing other stuff 😀
First, what is testing?
In its simplest form testing can be compiling. If it compiles, its ok. But this does not tell if its working as intended, so testing can also be to run specific simulated scenarios and check if the result is as expected.
To make it quickly a lot more challenging, how about it needs to compile without any warning? 😬
Besides this, tests can also be performed for spell checking, code formatting and basically everything you can think off!
- Details
- Parent Category: Mod's
Arduino UNO R4 Wifi RTC
Der Arduino UNO R4 Wifi benötigt für eine Echtzeituhr (RTC) nur eine Batterie, alles andere ist bereits auf dem Arduino UNO R4 vorbereitet!
- Details
- Parent Category: Mod's
Arduino UNO Mini Limited Edition
Die Miniatur Version des Arduino UNO´s:
Im November 2021 wurde zur Feier von 10 Millionen verkaufen Arduino´s die Limited Edition des Arduino UNO´s vorgestellt.
Wie auf dem Arduino UNO arbeitet hier ein ATmega328P, jedoch in der SMD Version. Genauer gesagt im QFN Gehäuse. Dazu gibt es einen USB-C Anschluss, und achja, er ist nur 1/4 so groß
- Details
- Parent Category: Mod's
Ecumaster EMU Arduino CAN Display
Mit einem Arduino Teensy oder Nano kann man einfach über den CAN Bus mit der Ecumaster EMU sprechen.