Skip to content

Commit

Permalink
更新microbit固件
Browse files Browse the repository at this point in the history
  • Loading branch information
NL-leishen committed Dec 25, 2023
1 parent c70536b commit 030150c
Show file tree
Hide file tree
Showing 5 changed files with 29,308 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/micro_bit/motorbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ Micro:Bit是[易创空间](https://www.emakefun.com/) 专门针对Micro:Bit而
## micropython语法
如果需要支持python语法,需要将固件下载到Micro:Bit

[点击下载Micro:Bit V1最新固件](https://www.emakefun.com/firmware/firmware_v2.hex)
[点击下载Micro:Bit V1最新固件](sensorbit//firmware_v1.hex)

[点击下载Micro:Bit V2最新固件](https://www.emakefun.com/firmware/firmware_v2.hex)
[点击下载Micro:Bit V2最新固件](sensorbit//firmware_v2.hex)

- 直流电机控制:
> dcmotor_run(index, speed) # index: 1/2/3/4(电机序号), speed: -255~255 (电机速度)
Expand Down
4 changes: 2 additions & 2 deletions docs/micro_bit/sensorbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Sensor:bit 是专为 Micro:bit 与各种传感器连接所设计的,对与 PH2

要支持如下micropython语法需要下载最新固件到microbit

[Micro:bit V1固件](https://www.emakefun.com/firmware/firmware_v1.hex)
[Micro:bit V1固件](sensorbit//firmware_v1.hex)

[Micro:bit V2固件](https://www.emakefun.com/firmware/firmware_v2.hex)
[Micro:bit V2固件](sensorbit//firmware_v2.hex)

## 输入模块

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16049,4 +16049,4 @@
:0C10D000FFFFFFFFD7B903000000000085
:040000050001B8A995
:00000001FF

Loading

0 comments on commit 030150c

Please sign in to comment.