├── Examples └── Custom-Tracks │ ├── ExampleTracks.py │ ├── README.md │ ├── headMagSpoofPI │ └── tailMagSpoofPI ├── MagSpoofPI.c ├── README.md ├── Schematic ├── LICENSE_HARDWARE ├── MagSpoofinThePi-cache.lib ├── MagSpoofinThePi.kicad_pcb ├── MagSpoofinThePi.lib ├── MagSpoofinThePi.net ├── MagSpoofinThePi.pdf ├── MagSpoofinThePi.pro ├── MagSpoofinThePi.sch ├── MagSpoofinThePiFront.png └── README.md ├── makefile └── rba.py /Examples/Custom-Tracks/ExampleTracks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Examples/Custom-Tracks/ExampleTracks.py -------------------------------------------------------------------------------- /Examples/Custom-Tracks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Examples/Custom-Tracks/README.md -------------------------------------------------------------------------------- /Examples/Custom-Tracks/headMagSpoofPI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Examples/Custom-Tracks/headMagSpoofPI -------------------------------------------------------------------------------- /Examples/Custom-Tracks/tailMagSpoofPI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Examples/Custom-Tracks/tailMagSpoofPI -------------------------------------------------------------------------------- /MagSpoofPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/MagSpoofPI.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/README.md -------------------------------------------------------------------------------- /Schematic/LICENSE_HARDWARE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/LICENSE_HARDWARE -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi-cache.lib -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.kicad_pcb -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.lib -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.net -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.pdf -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.pro -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePi.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePi.sch -------------------------------------------------------------------------------- /Schematic/MagSpoofinThePiFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/MagSpoofinThePiFront.png -------------------------------------------------------------------------------- /Schematic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/Schematic/README.md -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/makefile -------------------------------------------------------------------------------- /rba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salmg/MagSpoofPI/HEAD/rba.py --------------------------------------------------------------------------------