#include "Dezibot.h" Dezibot dezibot; const uint16_t cycleMillis = 2e4; void setup() { // put your setup code here, to run once: dezibot.infraredLight.begin(); } void blink_times(int times) { constexpr int ioPin = 17; pinMode(ioPin, OUTPUT); for(int i = 0; i