"git@transfer.hft-stuttgart.de:co2ampel2/co-2-ampel.git" did not exist on "d436497e12402c508a6bbd179b11ef2f25dcd4ec"
Commit 3362af87 authored by Eric Duminil's avatar Eric Duminil
Browse files

One dependency fewer

parent bf874906
......@@ -124,7 +124,6 @@ namespace sensor_console {
Serial.print(commands[i].doc);
Serial.println(".");
}
led_effects::showKITTWheel(color::red, 1);
}
/*
......
#include <Arduino.h>
#include "led_effects.h"
/** Other scripts can use this namespace, in order to define commands, via callbacks.
* Those callbacks can then be used to send commands to the sensor (reset, calibrate, night mode, ...)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment