[go: nahoru, domu]

Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eggfly committed Oct 5, 2022
1 parent d0b1cf2 commit aa0c2f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Disassemble .mpy files using:
$ micropython/tools/mpy-tool.py -d ./rootfs/control_board_v1.mpy > ./rootfs/control_board_v1.mpy.txt
```


```shell
>>> import esp32
>>> esp32.Partition.find()
[<Partition type=0, subtype=0, address=65536, size=2031616, label=factory, encrypted=0>]
```


```shell
# flash_read:
esp.flash_read(byte_offset, length_or_buffer)¶
```

# APIs and Docs
## control_board_v1.mpy

Expand Down

0 comments on commit aa0c2f6

Please sign in to comment.