#include void setup() { UNITY_BEGIN(); // Tests UNITY_END(); } void loop() { // Required by PlatformIO }