commit f31c90fa1cd8b5d113bdb6e9ac6c5540862e2dad Author: Seth Date: Mon Oct 21 22:15:48 2024 +1300 init commit 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: + +}