├── .gitignore ├── Device.cpp ├── Device.h ├── Drive.cpp ├── Drive.h ├── LICENSE ├── Motor.cpp ├── Motor.h ├── README.md ├── RobotArm.cpp ├── RobotArm.h ├── Sensor.cpp ├── Sensor.h ├── Wiki_Resources ├── Arduino_Extension_0_6_0.png ├── Arduino_Extensions.png ├── Arduino_Initialize_Command.png ├── Arduino_Initialized.png ├── CBCs_4_wheel_car.jpeg ├── Doxygen.png ├── Exam_result.jpg ├── HZRs_car.jpeg ├── Intellisense_Autocomplete.png ├── LBXs_car.jpeg ├── Multi-Files.jpg ├── No_Sketch_Found.png ├── Nylon_washer.jpg ├── Save_as_Workspace.png ├── Select_Board.png ├── Use_external_editor.png └── ZEYs_car.jpeg └── mega_12800.ino /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/.gitignore -------------------------------------------------------------------------------- /Device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Device.cpp -------------------------------------------------------------------------------- /Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Device.h -------------------------------------------------------------------------------- /Drive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Drive.cpp -------------------------------------------------------------------------------- /Drive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Drive.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/LICENSE -------------------------------------------------------------------------------- /Motor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Motor.cpp -------------------------------------------------------------------------------- /Motor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Motor.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/README.md -------------------------------------------------------------------------------- /RobotArm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/RobotArm.cpp -------------------------------------------------------------------------------- /RobotArm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/RobotArm.h -------------------------------------------------------------------------------- /Sensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Sensor.cpp -------------------------------------------------------------------------------- /Sensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Sensor.h -------------------------------------------------------------------------------- /Wiki_Resources/Arduino_Extension_0_6_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Arduino_Extension_0_6_0.png -------------------------------------------------------------------------------- /Wiki_Resources/Arduino_Extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Arduino_Extensions.png -------------------------------------------------------------------------------- /Wiki_Resources/Arduino_Initialize_Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Arduino_Initialize_Command.png -------------------------------------------------------------------------------- /Wiki_Resources/Arduino_Initialized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Arduino_Initialized.png -------------------------------------------------------------------------------- /Wiki_Resources/CBCs_4_wheel_car.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/CBCs_4_wheel_car.jpeg -------------------------------------------------------------------------------- /Wiki_Resources/Doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Doxygen.png -------------------------------------------------------------------------------- /Wiki_Resources/Exam_result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Exam_result.jpg -------------------------------------------------------------------------------- /Wiki_Resources/HZRs_car.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/HZRs_car.jpeg -------------------------------------------------------------------------------- /Wiki_Resources/Intellisense_Autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Intellisense_Autocomplete.png -------------------------------------------------------------------------------- /Wiki_Resources/LBXs_car.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/LBXs_car.jpeg -------------------------------------------------------------------------------- /Wiki_Resources/Multi-Files.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Multi-Files.jpg -------------------------------------------------------------------------------- /Wiki_Resources/No_Sketch_Found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/No_Sketch_Found.png -------------------------------------------------------------------------------- /Wiki_Resources/Nylon_washer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Nylon_washer.jpg -------------------------------------------------------------------------------- /Wiki_Resources/Save_as_Workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Save_as_Workspace.png -------------------------------------------------------------------------------- /Wiki_Resources/Select_Board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Select_Board.png -------------------------------------------------------------------------------- /Wiki_Resources/Use_external_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/Use_external_editor.png -------------------------------------------------------------------------------- /Wiki_Resources/ZEYs_car.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/Wiki_Resources/ZEYs_car.jpeg -------------------------------------------------------------------------------- /mega_12800.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MaxwellJay256/mega_12800/HEAD/mega_12800.ino --------------------------------------------------------------------------------