├── Hardware ├── Baseplate.dxf └── Baseplate.pdf ├── README.md └── Software ├── RaspberryCode ├── Makefile ├── ads1256_test ├── bin │ ├── ADS1256.o │ ├── DEV_Config.o │ └── main.o ├── obj │ ├── .LCD.c.swp │ ├── ADS1256.c │ ├── ADS1256.h │ ├── DEV_Config.c │ ├── DEV_Config.h │ ├── Debug.h │ └── main.c └── readme.txt ├── plotgen.py └── rclone-backup.sh /Hardware/Baseplate.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Hardware/Baseplate.dxf -------------------------------------------------------------------------------- /Hardware/Baseplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Hardware/Baseplate.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/README.md -------------------------------------------------------------------------------- /Software/RaspberryCode/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/Makefile -------------------------------------------------------------------------------- /Software/RaspberryCode/ads1256_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/ads1256_test -------------------------------------------------------------------------------- /Software/RaspberryCode/bin/ADS1256.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/bin/ADS1256.o -------------------------------------------------------------------------------- /Software/RaspberryCode/bin/DEV_Config.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/bin/DEV_Config.o -------------------------------------------------------------------------------- /Software/RaspberryCode/bin/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/bin/main.o -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/.LCD.c.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/.LCD.c.swp -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/ADS1256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/ADS1256.c -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/ADS1256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/ADS1256.h -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/DEV_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/DEV_Config.c -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/DEV_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/DEV_Config.h -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/Debug.h -------------------------------------------------------------------------------- /Software/RaspberryCode/obj/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/obj/main.c -------------------------------------------------------------------------------- /Software/RaspberryCode/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/RaspberryCode/readme.txt -------------------------------------------------------------------------------- /Software/plotgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/plotgen.py -------------------------------------------------------------------------------- /Software/rclone-backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/will127534/RaspberryPi-seismograph/HEAD/Software/rclone-backup.sh --------------------------------------------------------------------------------