├── .gitattributes ├── .gitignore ├── Firmware ├── Qwiic_OpenLog │ ├── Qwiic_OpenLog.ino │ ├── Qwiic_OpenLog.ino.standard.hex │ ├── Qwiic_OpenLog.ino.with_bootloader.standard.hex │ ├── commands.ino │ ├── config.ino │ └── log_creation.ino └── README.md ├── Hardware ├── Production │ ├── Qwiic-OpenLog-Panel.GBL │ ├── Qwiic-OpenLog-Panel.GBO │ ├── Qwiic-OpenLog-Panel.GBP │ ├── Qwiic-OpenLog-Panel.GBS │ ├── Qwiic-OpenLog-Panel.GKO │ ├── Qwiic-OpenLog-Panel.GTL │ ├── Qwiic-OpenLog-Panel.GTO │ ├── Qwiic-OpenLog-Panel.GTP │ ├── Qwiic-OpenLog-Panel.GTS │ ├── Qwiic-OpenLog-Panel.TXT │ ├── Qwiic-OpenLog-Panel.brd │ ├── Qwiic-OpenLog-Panel.dri │ ├── Qwiic-OpenLog-Panel.gpi │ ├── Qwiic-OpenLog-Panel.zip │ └── ordering_instructions.txt ├── Qwiic-OpenLog.brd └── Qwiic-OpenLog.sch ├── License.md └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/.gitignore -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino.standard.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino.standard.hex -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino.with_bootloader.standard.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino.with_bootloader.standard.hex -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/commands.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/commands.ino -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/config.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/config.ino -------------------------------------------------------------------------------- /Firmware/Qwiic_OpenLog/log_creation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/Qwiic_OpenLog/log_creation.ino -------------------------------------------------------------------------------- /Firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Firmware/README.md -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GBL -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GBO -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GBP -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GBS -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GKO -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GTL -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GTO -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GTP -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.GTS -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.TXT -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.brd -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.dri -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.gpi -------------------------------------------------------------------------------- /Hardware/Production/Qwiic-OpenLog-Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/Qwiic-OpenLog-Panel.zip -------------------------------------------------------------------------------- /Hardware/Production/ordering_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Production/ordering_instructions.txt -------------------------------------------------------------------------------- /Hardware/Qwiic-OpenLog.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Qwiic-OpenLog.brd -------------------------------------------------------------------------------- /Hardware/Qwiic-OpenLog.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/Hardware/Qwiic-OpenLog.sch -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Qwiic_OpenLog/HEAD/README.md --------------------------------------------------------------------------------