Programming with MicroPython: I2S Microphone
Import FutureBoard Library
from future import *09: I2S Microphone
Import I2S Library
import audio1. Initiate the Microphone
au=audio.Audio()2. Get Loudness
au.loudness()3. Voice Recognition
au.recognize(sec=1,vid=1737)Sample Program: Loudness
Sample Program
PreviousProgramming with MicroPython: Network Time ProtocolNextProgramming with MicroPython: Wireless Radio
Last updated