├── LICENSE ├── README-en.md ├── README.md ├── balancing_robot ├── balancing_robot.ino └── sources.h └── img ├── bbot.jpg ├── parts.jpg └── schematic.jpeg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/LICENSE -------------------------------------------------------------------------------- /README-en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/README-en.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/README.md -------------------------------------------------------------------------------- /balancing_robot/balancing_robot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/balancing_robot/balancing_robot.ino -------------------------------------------------------------------------------- /balancing_robot/sources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/balancing_robot/sources.h -------------------------------------------------------------------------------- /img/bbot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/img/bbot.jpg -------------------------------------------------------------------------------- /img/parts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/img/parts.jpg -------------------------------------------------------------------------------- /img/schematic.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrashRobotics/BalancingRobot/HEAD/img/schematic.jpeg --------------------------------------------------------------------------------