mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
Add PDM support for circuitplay-bluefruit (#3359)
machine/nrf52840: add PDM support Signed-off-by: Marcus Sorensen <marcus@turboio.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package machine
|
||||
|
||||
type PDMConfig struct {
|
||||
Stereo bool
|
||||
DIN Pin
|
||||
CLK Pin
|
||||
}
|
||||
Reference in New Issue
Block a user