mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
File creation
This commit is contained in:
18
src/drone/drone.ino
Normal file
18
src/drone/drone.ino
Normal file
@@ -0,0 +1,18 @@
|
||||
#include <FastLED.h>
|
||||
#include <Adafruit_BNO08x.h>
|
||||
#include <sh2.h>
|
||||
#include <sh2_SensorValue.h>
|
||||
#include <sh2_err.h>
|
||||
#include <sh2_hal.h>
|
||||
#include <sh2_util.h>
|
||||
#include <shtp.h>
|
||||
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
}
|
Reference in New Issue
Block a user