unit testing

This commit is contained in:
2021-01-27 08:27:08 +01:00
parent f78f3c5eaa
commit d36d67bd2c
20 changed files with 360 additions and 78 deletions

View File

@@ -1,5 +1,6 @@
#include "led.h"
#include "Arduino.h"
c_leds ledlist;
@@ -237,3 +238,4 @@ bool c_led::checkIndex(uint16_t index)
}
return false;
}