Project:YAAC: Difference between revisions
From London Hackspace Wiki
→Running sketches and generating hex code
| Line 159: | Line 159: | ||
=== Running sketches and generating hex code === | === Running sketches and generating hex code === | ||
Sketches are run on the Arduino IDE, as per normal usage, piggybacking on the Teensy to make the Arduino IDE believe there is indeed a compatible device attached. This will generate a hex file in your /tmp directory. That is the code that needs to be burnt into the YAAC. | |||
The steps: | The steps: | ||