Removed Arduino include

This commit is contained in:
Pascal Serrarens 2024-01-31 10:18:54 +01:00
parent c48b480304
commit 59fab064a6

View File

@ -31,8 +31,6 @@ bool InterestingThing::IsTheSameAs(InterestingThing *otherObj) {
return true;
}
#include <Arduino.h>
bool InterestingThing::DegradeConfidence(float deltaTime) {
unsigned char confidenceDrop =
(unsigned char)((float)confidenceDropSpeed * deltaTime);