Reply to comment
user warning: Unknown column 'i18n.language' in 'where clause'
query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.
My version
I made a version that is easier to work with in any GUI (IMHO) and an example app that reads 6 analog pins.
Here are some features:
I set it up to be useful as a logic analyzer for digital pins, or oscilloscope for analog.http://code.google.com/p/arduinoscope/
I'd like to add more features like extended frame logging (continuous) and detecting bytes in logic probe view, like SPI/i2C. I'd also like to add a parallel mode, for reading 8-pins at a time into a single byte.