This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
resources:tools-software:sigmastudio:tutorials:microcontroller [10 Feb 2021 14:30] – fix links Robin Getz | resources:tools-software:sigmastudio:tutorials:microcontroller [05 May 2021 13:56] (current) – Minor clarification Joshua Berlin | ||
---|---|---|---|
Line 8: | Line 8: | ||
Arduino-compatible example code, attached below includes a simple program to boot ADAU1701, ADAU1761, or ADAU1467 processors without any modification. It is written for the Teensy 4.0, so pin assignments should be adjusted for use on other platforms. Teensy 4.0 was chosen because it is easy to use and has enough memory to store even the largest SigmaDSP program. | Arduino-compatible example code, attached below includes a simple program to boot ADAU1701, ADAU1761, or ADAU1467 processors without any modification. It is written for the Teensy 4.0, so pin assignments should be adjusted for use on other platforms. Teensy 4.0 was chosen because it is easy to use and has enough memory to store even the largest SigmaDSP program. | ||
- | Version 1.1.0 of the code is also tested and working on ESP8266. | + | Version 1.1.0 of the code is also tested and working on ESP8266 |
This guide takes advantage of C++ header files generated by SigmaStudio which reduce complexity in users' code. | This guide takes advantage of C++ header files generated by SigmaStudio which reduce complexity in users' code. |