7 строки
80 Б
Go
7 строки
80 Б
Go
package machine
|
|
|
|
type PDMConfig struct {
|
|
Stereo bool
|
|
DIN Pin
|
|
CLK Pin
|
|
}
|