├── .gitattributes ├── .gitignore ├── Firmware └── MonsterMoto_Shield_Example_Sketch │ └── MonsterMoto_Shield_Example_Sketch.ino ├── Hardware ├── MonsterMoto-Shield-v12.brd └── MonsterMoto-Shield-v12.sch └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/.gitignore -------------------------------------------------------------------------------- /Firmware/MonsterMoto_Shield_Example_Sketch/MonsterMoto_Shield_Example_Sketch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/Firmware/MonsterMoto_Shield_Example_Sketch/MonsterMoto_Shield_Example_Sketch.ino -------------------------------------------------------------------------------- /Hardware/MonsterMoto-Shield-v12.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/Hardware/MonsterMoto-Shield-v12.brd -------------------------------------------------------------------------------- /Hardware/MonsterMoto-Shield-v12.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/Hardware/MonsterMoto-Shield-v12.sch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/Monster_Moto_Shield/HEAD/README.md --------------------------------------------------------------------------------