From f31c90fa1cd8b5d113bdb6e9ac6c5540862e2dad Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 21 Oct 2024 22:15:48 +1300 Subject: [PATCH] init commit --- blockBreaker.ino | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 blockBreaker.ino diff --git a/blockBreaker.ino b/blockBreaker.ino new file mode 100644 index 0000000..2d24ea0 --- /dev/null +++ b/blockBreaker.ino @@ -0,0 +1,24 @@ +#include +#include //for screen +#include //for screen +#include +#include //for RTC +#include //for RTC +#include "SparkFun_Ublox_Arduino_Library_Series_6_7.h" //for gps +#include //https://github.com/PaulStoffregen/Time +//#include //for easy date calc https://inductive-kickback.com/projects/chronos/ +#include //https://github.com/jpb10/SolarCalculator +//#include "I2C_eeprom.h" //for EEPROM https://github.com/RobTillaart/I2C_EEPROM +#include "helperFunctions.h" +//#include "images.h" +#include "pico/stdlib.h" + +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}