We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6cf19 commit 78f7a05Copy full SHA for 78f7a05
1 file changed
website/docs/devices/shields/xiao-expansion-board.mdx
@@ -21,7 +21,7 @@ select "Seeed Xiao ESP32-C3 Expansion board".
21
import { XiaoExpansionBoard, startCharacterScreen } from "@devicescript/drivers"
22
const shield = new XiaoExpansionBoard()
23
24
-const display = await startCharacterScreen(shield.startDisplay())
+const display = await startCharacterScreen(await shield.startDisplay())
25
const buzzer = await shield.startBuzzer()
26
const button = await shield.startButton()
27
```
0 commit comments