i2s

package
v3.6.8+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package i2s will eventually define the API to communicate with devices over the I²S protocol.

The protocol is meant to transfer audio.

See https://en.wikipedia.org/wiki/I%C2%B2S for more information.

Index

Constants

View Source
const (
	SCK  pin.Func = "I2S_SCK"  // Clock; occasionally named BCLK
	WS   pin.Func = "I2S_WS"   // Word (Function) select; occasionally named FS or LRCLK
	IN   pin.Func = "I2S_DIN"  // Data in (e.g. microphone)
	OUT  pin.Func = "I2S_DOUT" // Data out (e.g. speakers)
	MCLK pin.Func = "I2S_MCLK" // Master clock; rarely used
)

Well known pin functionality.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL