There is another AVR list in Portuguese: Para visitar o site do seu grupo na web, acesse: http://br.groups.yahoo.com/group/avr-br/ I guess you should try asking there in Portuguese if you feel more confortable. On 3 Oct 2005 at 0:27, Nailson Roveta wrote: > Dear, > I need to use an attiny15 in my project and I am not having success. > I tried this simple program, the led doesn't turn offt. excuse for > my English. thanks a lot > > Nailson > > $regfile = "at15def.dat" > $crystal = 1000 > Config Pinb.3 = Input > Config Pinb.4 = Output > Led Alias Portb.4 > Do > If Pinb.3 = 1 Then > Reset Led > Waitms 500 > End If > Set Led > Waitms 500 > Loop > End > > > > > > > > Yahoo! Groups Links > > > > > > >
Message
Re: [AVR-Chat] Attiny15
2005-10-03 by Mark Jordan
Attachments
- No local attachments were found for this message.