├── .gitattributes ├── CreateCalendarEvent.gs ├── README.md ├── ReadCalendarEvent.gs ├── ReminderV1 ├── HTTPSRedirect.cpp ├── HTTPSRedirect.h └── ReminderV1.ino ├── ReminderV2 ├── DebugMacros.h ├── HTTPSRedirect.cpp ├── HTTPSRedirect.h └── ReminderV2.ino ├── Reminder_Analog ├── DebugMacros.h ├── HTTPSRedirect.cpp ├── HTTPSRedirect.h └── Reminder_Analog.ino └── STL Files ├── 1_Butto_Lid.stl ├── 1_Button_Box.stl ├── 4_Button_Box.stl ├── 4_Button_Lid.stl ├── 8_Button_Box.stl └── 8_Button_Lid.stl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/.gitattributes -------------------------------------------------------------------------------- /CreateCalendarEvent.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/CreateCalendarEvent.gs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/README.md -------------------------------------------------------------------------------- /ReadCalendarEvent.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReadCalendarEvent.gs -------------------------------------------------------------------------------- /ReminderV1/HTTPSRedirect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV1/HTTPSRedirect.cpp -------------------------------------------------------------------------------- /ReminderV1/HTTPSRedirect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV1/HTTPSRedirect.h -------------------------------------------------------------------------------- /ReminderV1/ReminderV1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV1/ReminderV1.ino -------------------------------------------------------------------------------- /ReminderV2/DebugMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV2/DebugMacros.h -------------------------------------------------------------------------------- /ReminderV2/HTTPSRedirect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV2/HTTPSRedirect.cpp -------------------------------------------------------------------------------- /ReminderV2/HTTPSRedirect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV2/HTTPSRedirect.h -------------------------------------------------------------------------------- /ReminderV2/ReminderV2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/ReminderV2/ReminderV2.ino -------------------------------------------------------------------------------- /Reminder_Analog/DebugMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/Reminder_Analog/DebugMacros.h -------------------------------------------------------------------------------- /Reminder_Analog/HTTPSRedirect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/Reminder_Analog/HTTPSRedirect.cpp -------------------------------------------------------------------------------- /Reminder_Analog/HTTPSRedirect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/Reminder_Analog/HTTPSRedirect.h -------------------------------------------------------------------------------- /Reminder_Analog/Reminder_Analog.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/Reminder_Analog/Reminder_Analog.ino -------------------------------------------------------------------------------- /STL Files/1_Butto_Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/1_Butto_Lid.stl -------------------------------------------------------------------------------- /STL Files/1_Button_Box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/1_Button_Box.stl -------------------------------------------------------------------------------- /STL Files/4_Button_Box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/4_Button_Box.stl -------------------------------------------------------------------------------- /STL Files/4_Button_Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/4_Button_Lid.stl -------------------------------------------------------------------------------- /STL Files/8_Button_Box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/8_Button_Box.stl -------------------------------------------------------------------------------- /STL Files/8_Button_Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/Reminder-with-Google-Calender/HEAD/STL Files/8_Button_Lid.stl --------------------------------------------------------------------------------