Skip to content

Commit 1d0cf7c

Browse files
committed
add and format notes on daisy components
1 parent eaec6cb commit 1d0cf7c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/03.gen.daisy.components.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ So, a very simple but viable board description might look like:
8484
}
8585
```
8686

87-
> Note: components names are always turned to lower-case.
88-
>
89-
> So it is best to use lower-case in both your board.json and patch file to minimize confusion!
87+
### Notes
88+
89+
- Components names are always turned to lower-case.
90+
- It is best to use lower-case in both your board.json and patch file to minimize confusion!
91+
- Pin numbers are based on the Digital pin numbering on the [Seed pinout](https://daisy.audio/hardware/Seed/#pinout).
92+
- This means that `"pin": 20` refers to `D20` on the Daisy Seed.
9093

9194
### Component reference
9295

0 commit comments

Comments
 (0)