diff --git a/README.md b/README.md index 43f36de6ed0a0c1459aeebe041717a9281b50bfa..1fce13fac4ab71844dcf00f3539fcf1b1ad3b76b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # BSP -Board Support Package \ No newline at end of file +This is our "Board Support Package" repository. + +In the "Driver" folder, you will find the layer of code that interacts directly with the HAL Libraries and the DJI Boards. + +In the "Device" folder, you will find a layer of code that interacts with the Driver layer, and that represents different devices in our robots' system : the OLED board, the DT7 controller, and more. \ No newline at end of file