IFD:EAI SoS21/course material/Session 6: Getting Started with Teensyduino: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 16: Line 16:
#*# from "input" add "i2s"
#*# from "input" add "i2s"
#*# from "output" add "i2s"
#*# from "output" add "i2s"
#*# from "control" add "sgtl5000"  
#*# from "control" add "sgtl5000" [[File:teensy_webinterface.png|thumb|730px|Audio System Design Tool "Audio through patch"]]
#*#[[File:teensy_webinterface.png|thumb|730px|Audio System Design Tool "Audio through patch"]]
# Click the export button to generate the setup code for your teensy and paste it in your Arduino IDE patch!
# Click the export button to generate the setup code for your teensy and paste it in your Arduino IDE patch!
# In the setup routine of the arduino IDE you need code to choose the microphone port and audio levels. It should look more or less like this:<syntaxhighlight lang="c++">
# In the setup routine of the arduino IDE you need code to choose the microphone port and audio levels. It should look more or less like this:<syntaxhighlight lang="c++">