<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-01T23:09:59-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10191.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10191.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10191.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10191.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10191.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t10191.html">
						<title>need help about MickroC Compiler</title>
						<link>http://www.8051projects.net/forum-t10191.html</link>
						<dc:date>2008-12-01T23:09:59-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>i have just started to learn micro C compiler----------i need some helpwe can define a pin in kiel vision easilysbit ab=P1^0;problem is that h i can implement this thing in mickro C</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10191.html">
						<title>Re: need help about MickroC Compiler</title>
						<link>http://www.8051projects.net/forum-t10191.html</link>
						<dc:date>2008-12-01T23:09:59-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>you cant do that in micro C  as i said.. i have not used MicroC yet.. but if you give me little time i can explain it  in CCS compiler you can define pins as..CODE:#define Some_Pin PORT_B4<br />&nbsp;</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10191.html">
						<title>Re: need help about MickroC Compiler</title>
						<link>http://www.8051projects.net/forum-t10191.html</link>
						<dc:date>2008-12-01T23:09:59-08:00</dc:date>
						<dc:creator>sashijoseph</dc:creator>
						<dc:subject></dc:subject>
						<description>@nadeem malikthink you'll need bit masks for port bit-access.Like (P1 &amp; 0x01) for P1.0(P2 &amp; 0x08) for P2.3etc.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10191.html">
						<title>Re: need help about MickroC Compiler</title>
						<link>http://www.8051projects.net/forum-t10191.html</link>
						<dc:date>2008-12-01T23:09:59-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>ANDing for clearing a bit and ORing for setting a bit is a common practice   and applicable for every controller in world</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10191.html">
						<title>Re: need help about MickroC Compiler</title>
						<link>http://www.8051projects.net/forum-t10191.html</link>
						<dc:date>2008-12-01T23:09:59-08:00</dc:date>
						<dc:creator>Colin Mac</dc:creator>
						<dc:subject></dc:subject>
						<description>You can do this in mikroC#define mypin PORTB.F4</description>
						</item>
				</rdf:RDF>