Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Gillham
5734af2468 Fix check for ATmega328
The define is __AVR_ATmega328P__ (note the 'P')
2011-11-04 18:26:17 -07:00
Andrew Gillham
d8cd29d86a Revert "Revert c923ff1a0c8f512be1012a3c3925869505dbc53b^..HEAD"
This reverts commit cedcd4b685.
2011-11-04 17:38:28 -07:00
Andrew Gillham
cedcd4b685 Revert c923ff1a0c8f512be1012a3c3925869505dbc53b^..HEAD 2011-11-04 17:34:44 -07:00
Andrew Gillham
6ebd1c5b06 Update for release v0.05 2011-11-04 17:32:56 -07:00
Andrew Gillham
9f688ff112 Update for ATmega168 support.
Correct previous '186' typo and adjust metadata to reflect 532 byte
buffer on the ATmega168.
2011-11-04 17:30:07 -07:00
Aaron Mueller
6a05cd22ea Add support for the Arduino Duemilanove (ATmega186)
The maximum recording size is 532 for this ATmega186-20PU.
2011-10-11 19:41:22 +02:00
Andrew Gillham
c923ff1a0c Initial Arduino Mega support.
The Arduino Mega 2560 is now supported in addition to the regular
Arduino.  The Mega supports 8 channels and 7k samples. The ols.profile-*
files are device profiles for the alternative SUMP client. 'AGLA' =
Arduino 'AGLAM' = Arduino Mega
2011-08-03 19:35:40 -07:00
gillham
d72c1223d1 Fix triggers hopefully and cleanup some comments and unused variables. 2011-03-07 23:17:40 -08:00
gillham
7bc04e7766 I was mistakenly using 16 bits per sample instead of 8 bits.
Change to using an array of bytes instead of integers.  Retune
timing loops now that each sample is not doing a 16 bit update.
We can now record 1024 samples easily.
2011-02-28 14:08:07 -08:00
gillham
223b31fa8a Initial import 2011-02-19 23:36:24 -08:00