Répondre au commentaire
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 ='fr' 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.
Does this mean you're now
Does this mean you're now using an ATtiny13 with the Arduino IDE? i guess it would be a matter of matching the pins and only using the hardware available for the tiny13 in your programs.
Do I just need to append that patch to the wiring.c file?
thank you, it'll be nicer to have simpler programs running on an 8 pin dip and still use Arduino IDE.