<?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=12&amp;t=3689&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2013-11-09T08:32:04+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=12&amp;t=3689&amp;mode</id>
<entry>
<author><name><![CDATA[slawek3000]]></name></author>
<updated>2013-08-03T17:15:39+01:00</updated>
<published>2013-08-03T17:15:39+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44275#p44275</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44275#p44275"/>
<title type="html"><![CDATA[Re: Pętla for przy wpisywaniu do zmiennej wartości]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44275#p44275"><![CDATA[
No tak, tylko że ja w Bascomie piszę <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":-)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=988">slawek3000</a> — 3 sie 2013, o 17:15</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[programek]]></name></author>
<updated>2013-11-09T08:32:04+01:00</updated>
<published>2013-08-03T13:59:36+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44253#p44253</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44253#p44253"/>
<title type="html"><![CDATA[Re: Pętla for przy wpisywaniu do zmiennej wartości]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=44253#p44253"><![CDATA[
zrób tak:<br />[syntax=c]#include &lt;avr/io.h&gt;<br />#include &lt;util/delay.h&gt;<br /><br />#define KEY_PIN (1&lt;&lt;PC6)<br /><br />uint8_t zmienna=0;<br /><br />int main( void ) {<br /><br />while(1){<br />if( !(PINC &amp; KEY_PIN) ){<br />zmienna = 1;<br />}<br />}<br /><br />}[/syntax]<br /><br />i gdy nacisniesz klawisz podpiety do PC6 to zmienna ma wartosc 1<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1526">programek</a> — 3 sie 2013, o 13:59</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[slawek3000]]></name></author>
<updated>2013-07-28T06:40:47+01:00</updated>
<published>2013-07-28T06:40:47+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=43643#p43643</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=43643#p43643"/>
<title type="html"><![CDATA[Pętla for przy wpisywaniu do zmiennej wartości]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=3689&amp;p=43643#p43643"><![CDATA[
Jak napisać kod pętli tak aby naciskając klawisze wpisywać do zmiennej wartość,  napisałem coś takiego <br /><br />[syntax=basic4gl]Freq_key as string *7<br />Dim  Lcd_key as Bite<br />Dim  Lcd_key = Lcd_key<br /><br />'<br />Freq_key = &quot;&quot;<br />Freq_key = Freq_key + Str(lcd_key)<br />Freq = Val(freq_key)[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=988">slawek3000</a> — 28 lip 2013, o 06:40</p><hr />
]]></content>
</entry>
</feed>