Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Jul 8, 2024
1 parent 4768a99 commit 950e3fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions api/fatfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,33 @@

---

## fatfs.unmount(mount_point)



取消挂载fatfs

**参数**

|传入值类型|解释|
|-|-|
|string|虚拟文件系统的挂载点, 默认是 fatfs,必须与fatfs.mount一致|

**返回值**

|返回值类型|解释|
|-|-|
|int|成功返回0, 否则返回失败码|

**例子**

```lua
fatfs.mount("SD")

```

---

## fatfs.getfree(mount_point)


Expand Down

0 comments on commit 950e3fd

Please sign in to comment.