721
edits
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
#*# from "output" add "i2s" | #*# from "output" add "i2s" | ||
#*# from "control" add "sgtl5000" [[File:teensy_webinterface.png|thumb|690px|Audio System Design Tool "Audio through patch"]] | #*# from "control" add "sgtl5000" [[File:teensy_webinterface.png|thumb|690px|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, just before the setup routine! You should get output similar to the following block, paste it at the beginning of your patch. | # Click the export button to generate the setup code for your teensy and paste it in your Arduino IDE patch, just before the setup routine! You should get output similar to the following block, paste it at the beginning of your patch.<syntaxhighlight lang="c++"> | ||
<syntaxhighlight lang="c++"> | |||
#include <Audio.h> | #include <Audio.h> | ||
#include <Wire.h> | #include <Wire.h> |