mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
diagram
This commit is contained in:
@@ -143,13 +143,13 @@ For the drone I will be using the [dRehmFlight VTOL program](https://github.com/
|
||||
```mermaid
|
||||
classDiagram
|
||||
namespace Drone {
|
||||
class ESPC6 {
|
||||
class ESPC6 Thread 1{
|
||||
+Control Motors
|
||||
+keep drone in the air
|
||||
+Receive communication from controller
|
||||
Flightcontroller()
|
||||
}
|
||||
class MatrixController {
|
||||
class MatrixControllerThread2 {
|
||||
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ namespace Controller {
|
||||
}
|
||||
}
|
||||
|
||||
ESPC3 --> ESPC6 : Send data to flight controller using ESPNOW
|
||||
ESPC3 --> ESPC6 Thread 1 : Send data to flight controller using ESPNOW
|
||||
```
|
||||
|
||||
I've already gotten the motors to spin in week 10
|
||||
|
Reference in New Issue
Block a user