Skip to content

Commit

Permalink
applet.audio.i2s_capture: implement I2S audio capture
Browse files Browse the repository at this point in the history
  • Loading branch information
attie-argentum committed Oct 13, 2020
1 parent 5307005 commit f26fa4d
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 0 deletions.
1 change: 1 addition & 0 deletions software/glasgow/applet/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

from .audio.dac import AudioDACApplet
from .audio.yamaha_opx import AudioYamahaOPxApplet
from .audio.i2s_capture import AudioI2SCaptureApplet

from .video.rgb_input import VideoRGBInputApplet
from .video.vga_output import VGAOutputApplet
Expand Down

0 comments on commit f26fa4d

Please sign in to comment.