Skip to content

Commit d71eda1

Browse files
committed
flight_controller/chore: doc state machine
1 parent 126ec39 commit d71eda1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

img/state-machine.png

369 KB
Loading

src/flight-controller/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Flight controller
22
Reimplement the javascript logic found [here](https://github.com/gomakekit/Airbit_V2/blob/master/custom.ts).
33

4+
![State machine](../../img/state-machine.png)
5+
46
### Ultrasonic sensor (external hardware HC-SR04)
57

68
The microbit PCB is equiped with a barometer which can be used to calculate the altitude of the quadcopter. However, due to the properllers impacting the sounding pressure, this measurement is not reliable. To circumvent this problem, and retieving a reliable measurement, an external ultrasonic sensor can be connected to the microbit.

0 commit comments

Comments
 (0)