Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #------------------------------------------------------------ | |
| # ATmega1284 | |
| #------------------------------------------------------------ | |
| # similar to ATmega164p | |
| part | |
| id = "m1284"; | |
| desc = "ATMEGA1284"; | |
| has_jtag = yes; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| A Minimal Capture Program | |
| This program opens an audio interface for capture, configures it for | |
| stereo, 16 bit, 44.1kHz, interleaved conventional read/write | |
| access. Then its reads a chunk of random data from it, and exits. It | |
| isn't meant to be a real program. | |
| From on Paul David's tutorial : http://equalarea.com/paul/alsa-audio.html |
NewerOlder