├── .gitattributes ├── Arduino Code └── Airsoft_Game_Prop │ └── Airsoft_Game_Prop.ino ├── Documentation ├── AirsoftGameProp_Module_Diagram.png └── AirsoftGameProp_Module_Diagram.xml ├── README.md └── STL ├── (Bracket) Amplifier.stl ├── (Bracket) Keypad.stl ├── (Bracket) LED Clamp.stl ├── (Bracket) Speaker.stl ├── (Side) Battery Compartment.stl ├── (Side) Front Panel.stl ├── (Side) Rear Panel.stl ├── (Side) Speaker.stl ├── Battery Door.stl ├── Bottom.stl ├── Edge.stl ├── LED Strip Cover.stl └── Top.stl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/.gitattributes -------------------------------------------------------------------------------- /Arduino Code/Airsoft_Game_Prop/Airsoft_Game_Prop.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/Arduino Code/Airsoft_Game_Prop/Airsoft_Game_Prop.ino -------------------------------------------------------------------------------- /Documentation/AirsoftGameProp_Module_Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/Documentation/AirsoftGameProp_Module_Diagram.png -------------------------------------------------------------------------------- /Documentation/AirsoftGameProp_Module_Diagram.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/Documentation/AirsoftGameProp_Module_Diagram.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/README.md -------------------------------------------------------------------------------- /STL/(Bracket) Amplifier.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Bracket) Amplifier.stl -------------------------------------------------------------------------------- /STL/(Bracket) Keypad.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Bracket) Keypad.stl -------------------------------------------------------------------------------- /STL/(Bracket) LED Clamp.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Bracket) LED Clamp.stl -------------------------------------------------------------------------------- /STL/(Bracket) Speaker.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Bracket) Speaker.stl -------------------------------------------------------------------------------- /STL/(Side) Battery Compartment.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Side) Battery Compartment.stl -------------------------------------------------------------------------------- /STL/(Side) Front Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Side) Front Panel.stl -------------------------------------------------------------------------------- /STL/(Side) Rear Panel.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Side) Rear Panel.stl -------------------------------------------------------------------------------- /STL/(Side) Speaker.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/(Side) Speaker.stl -------------------------------------------------------------------------------- /STL/Battery Door.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/Battery Door.stl -------------------------------------------------------------------------------- /STL/Bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/Bottom.stl -------------------------------------------------------------------------------- /STL/Edge.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/Edge.stl -------------------------------------------------------------------------------- /STL/LED Strip Cover.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/LED Strip Cover.stl -------------------------------------------------------------------------------- /STL/Top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyroSpud/AirsoftGameProp/HEAD/STL/Top.stl --------------------------------------------------------------------------------