Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-bitencs committed Feb 25, 2016
1 parent e3a69b1 commit 6c056f5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ The Firm"Ware" of the Very Small Soccer robots, that is NoWhere

# Parts of the puzzle

* `attitude`: Adds a thread to read the Inertial Masurement Unit constantly.
* `commander`: Handles data received via radio communication.
* `controller`: Controls the robots motor power, threads callbacks and PID constants.
* `imu`: Measures angles and accelerations from the Inertial Masurement Unit on the robot.
* `motors`: Initiates the pinMODEs, sets power and directions of the motors.
* `pid`: Applies PID control on the angular velocity of the robot.
* `robot`: configurates the correct pinMODEs and beeps, defines the current robot's state.
* `SlaveFirmware_v1`: initializes all the classes (modules).
* `system`: initializes and verifies the robot's activities, such as Serial communication, LEDs and battery level.
* `pid`: Configures PID control on the angular velocity of the robot.
* `robot`: Configurates the correct pinMODEs and beeps, defines the current robot's state.
* `SlaveFirmware_v1`: Initializes all the classes (modules).
* `system`: Initializes and verifies the robot's activities, such as Serial communication, LEDs and battery level.


# Contributors
Expand Down

0 comments on commit 6c056f5

Please sign in to comment.