mirror of
https://github.com/alankrantas/microbit-micropython-cookbook.git
synced 2026-01-04 19:31:22 +01:00
Update README.md
This commit is contained in:
@@ -215,7 +215,9 @@ while True:
|
|||||||
sleep(1000)
|
sleep(1000)
|
||||||
```
|
```
|
||||||
|
|
||||||
Do not use servos and buzzers at the same time. They require different PWM frequencies and would most microcontrollers can only set one frequency accross all pins at a time. Also micro
|
Do not use servos and buzzers at the same time. They require different PWM frequencies and most microcontrollers can only set one frequency accross all pins at a time.
|
||||||
|
|
||||||
|
micro:bit's power output may just enough to power a SG90 mini servo. External power supply is recommended.
|
||||||
|
|
||||||
## Value Mapping
|
## Value Mapping
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user