mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 08:02:19 +00:00
Update index.md
Better approach for final code.
This commit is contained in:
@@ -511,6 +511,9 @@ int main(void)
|
||||
__delay_ms(50);
|
||||
|
||||
while (1)
|
||||
{
|
||||
liPos = 0;
|
||||
for ( int t = 0 ; t < ledCount*2; t++)
|
||||
{
|
||||
for ( int led = 0 ; led < ledCount ; led ++ )
|
||||
{
|
||||
@@ -539,6 +542,7 @@ int main(void)
|
||||
__delay_us(100);
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
# So what's next ?
|
||||
|
||||
Reference in New Issue
Block a user