Discussion Title | Created date |
---|---|
Problems with I2C on an ATTiny2313 I'll try to get all the information in here that is needed, but if I'm missing something, just let me know. Chip: ATTiny2313 (DIP20). Custom board. The ATTiny2313 is doing a... |
Tuesday, 4 January 2011 - 23:23 |
Tiny 2313 using PORT A instead of clock I'm using an ATTiny2313, and I want to use pins 5 and 14 (XTAL1 and XTAL2) as IO pins. My code does this: DDRA = 0x7; while(1) { PORTA = 0x00; } but I'm still getting 0.22V... |
Wednesday, 21 April 2010 - 19:13 |
I'm a digital guy, not an analog audio guy... And this one's got me puzzled, maybe someone out there could shed some light on it? Here's what I'm building: I need a microprocessor controlled, differential audio signal... |
Thursday, 11 March 2010 - 04:48 |
Trouble copying an ATTiny45 to another ATTiny45 I have a pre-programmed ATTiny45 and six unprogrammed ATTiny45's. I want to program the six unprogrammed IC's to be identical to the one programmed ATTiny45 that I have. However... |
Monday, 17 August 2009 - 21:19 |