mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
e7ba07dd5a
machine/nrf52840: add PDM support Signed-off-by: Marcus Sorensen <marcus@turboio.com>
8 lines
80 B
Go
8 lines
80 B
Go
package machine
|
|
|
|
type PDMConfig struct {
|
|
Stereo bool
|
|
DIN Pin
|
|
CLK Pin
|
|
}
|