mcopy/ino/mcopy_oxberry_camera/mcopy_oxberry_camera.ino

12 lines
149 B
Arduino
Raw Normal View History

2024-06-23 02:57:20 +00:00
#include "EndstopCameraShield.h"
#include "McopySerial.h"
EndstopCameraShield cam();
2024-06-23 02:57:20 +00:00
void setup () {
cam.setup();
2024-06-23 02:57:20 +00:00
}
void loop () {
cam.loop();
2024-06-23 02:57:20 +00:00
}