1337encrypted / BTS7960_TH9x

Embedded finite state machine which controls a four wheeled robot via I-BUS. Programmed in C++, implemented object oriented paradigm
Apache License 2.0
2 stars 0 forks source link

Create UML diagrams for Buzzer class and FlySkyIBus class #2

Closed 1337encrypted closed 1 year ago

1337encrypted commented 1 year ago
  1. Clone the repository using git clone https://github.com/1337encrypted/BTS7960_TH9x.git on your local machine
  2. Use draw.io to draw the diagrams for Buzzer class and FlySkyIBus class
  3. Save all the files called assets
  4. Edit the README.md file and display the UML diagram under the heading "UML diagrams of classes"
  5. After making the changes:
    • git add .
    • git commit -m <your message>
    • git push origin main
  6. Lastly close this issue after doing everything
srushtim-01 commented 1 year ago

Have added the UML diagrams