Compile!
It's 5:50 a.m., Do you know where your stack pointer is?
Софт и пример для PIC18
(29.02.2012)
Proteus - http://rutracker.org/forum/viewtopic.php?t=3958483
mikroC - http://eldigi.ru/site/programms/mikroC.rar
Мигаем светодиодом:
void main() {
TRISB=0;
PORTB=0;
while(1){
portb.f0=1;
delay_ms(500);
portb.f0=0;
delay_ms(500);
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
JavaScript
(13)
PHP
(11)
Brainfuck
(8)
adm
(8)
Joomla
(4)
Canvas
(3)
answers
(2)
API
(2)
CMS
(2)
Modx
(2)
jQuery
(1)
Ajax
(1)
SQL
(1)
Shell
(1)
batch
(1)
10
-6