diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ The structure for the repository is as follows: ``` ├── System (folder) │ ├── system.py (the main Python script) +│ ├── pendulum.py (here be dragons) │ └── motor.py (the motor controller) ├── Web (folder) │ └── * |