Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Attiny15

Attiny15

2005-10-02 by Nailson Roveta

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

Re: [AVR-Chat] Attiny15

2005-10-03 by Mark Jordan

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.
Show quoted textHide quoted text
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
> 
> 
> 
> 
> 
> 
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.