<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=61&amp;t=10828&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-02-26T20:25:30+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=61&amp;t=10828&amp;mode</id>
<entry>
<author><name><![CDATA[makipaki]]></name></author>
<updated>2015-02-26T20:25:30+01:00</updated>
<published>2015-02-26T20:25:30+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121086#p121086</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121086#p121086"/>
<title type="html"><![CDATA[Re: RFM12B hoperf]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121086#p121086"><![CDATA[
Koniecznie polecam jeszcze raz przeczytać rozdział dotyczący transciver-ów bo tam wszystko jest opisane. <img src="https://forum.atnel.pl/images/smilies/icon_arrow.gif" alt=":arrow:" title="Strzałka" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=7384">makipaki</a> — 26 lut 2015, o 20:25</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kepes12]]></name></author>
<updated>2015-02-26T20:02:23+01:00</updated>
<published>2015-02-26T20:02:23+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121080#p121080</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121080#p121080"/>
<title type="html"><![CDATA[Re: RFM12B hoperf]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121080#p121080"><![CDATA[
Do wstawiania kodu używamy znacznika 'syntax' zamiast znacznika 'code'<br /><br /><strong><span style="color: #808000">------------------------ [ Dodano po: 1 minucie ]</span></strong><br /><br />Podaje ci status głównie cyferki itd<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=7347">kepes12</a> — 26 lut 2015, o 20:02</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[karl]]></name></author>
<updated>2015-02-26T19:33:05+01:00</updated>
<published>2015-02-26T19:33:05+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121072#p121072</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121072#p121072"/>
<title type="html"><![CDATA[RFM12B hoperf]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=10828&amp;p=121072#p121072"><![CDATA[
Cześć <br /><br />Nie rozumiem tego kodu zródłowego.Jest to kod z greenbooka.<br />Czy moglibyście mi go wytłumaczyć na chłopski rozum.<br /><br />[syntax=c][//*! **************** OBSŁUGA PRZERWANIA INTx ******************** */<br />ISR(INT2_vect) {<br /><br />if(RF12_status.Rx) {<br />if(RF12_Index &lt; RF12_DataLength) {<br />RF12_Data[RF12_Index++] = rf12_trans(0xB000) &amp; 0x00FF;<br />} else {<br />rf12_trans(0x8208);<br />RF12_status.Rx = 0;<br />RF12_status.New = 1;<br />return; // na pewno będzie błędna ramka<br />}<br />if(RF12_Index &gt;= RF12_Data[0] + 3) {<br /><br />rf12_trans(0x8208);<br />RF12_status.Rx = 0;<br />RF12_status.New = 1;// poprawnie zakończona ramka<br />}<br />}<br />else<br />if(RF12_status.Tx) {<br />rf12_trans(0xB800 | RF12_Data[RF12_Index]);<br />if(!RF12_Index){<br />RF12_status.Tx = 0;<br />rf12_trans(0x8208);// TX off<br />} else {<br />RF12_Index--;<br />}<br />}<br />}<br />/* OBSŁUGA PRZERWANIA INTx  - KONIEC */<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8685">karl</a> — 26 lut 2015, o 19:33</p><hr />
]]></content>
</entry>
</feed>