We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a993b commit 78bb82fCopy full SHA for 78bb82f
src/Modulino.cpp
@@ -1,3 +1,6 @@
1
+// Copyright (c) 2024 Arduino SA
2
+// SPDX-License-Identifier: MPL-2.0
3
+
4
#include "Modulino.h"
5
6
// The only singleton that needs to exist
src/Modulino.h
#include "Wire.h"
#include <vector>
#include <vl53l4cd_class.h> // from stm32duino
0 commit comments