<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;feed=atom&amp;action=history</id>
		<title>JuiceBox Code Lcd Std Int - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;action=history"/>
		<updated>2013-06-19T18:17:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;diff=3764&amp;oldid=prev</id>
		<title>Chris at 09:00, 14 July 2007</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;diff=3764&amp;oldid=prev"/>
				<updated>2007-07-14T09:00:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:00, 14 July 2007&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 28:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 28:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category JuiceBox]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;:&lt;/ins&gt;JuiceBox]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Chris</name></author>	</entry>

	<entry>
		<id>http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;diff=2205&amp;oldid=prev</id>
		<title>RBot: Bot (Edward's framework)</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=JuiceBox_Code_Lcd_Std_Int&amp;diff=2205&amp;oldid=prev"/>
				<updated>2007-03-07T03:32:12Z</updated>
		
		<summary type="html">&lt;p&gt;Bot (Edward&amp;#039;s framework)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;(file stdint.h)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#ifndef __STDINT_H&lt;br /&gt;
#define __STDINT_H&lt;br /&gt;
&lt;br /&gt;
typedef unsigned long int uint32_t;&lt;br /&gt;
typedef unsigned short int uint16_t;&lt;br /&gt;
typedef unsigned char uint8_t;&lt;br /&gt;
&lt;br /&gt;
typedef long int int32_t;&lt;br /&gt;
typedef short int int16_t;&lt;br /&gt;
typedef char int8_t;&lt;br /&gt;
&lt;br /&gt;
union&lt;br /&gt;
{     &lt;br /&gt;
      char     int8_t_incorrect[(sizeof(int8_t)==1)?1:-1];     &lt;br /&gt;
      char     uint8_t_incorrect[(sizeof(uint8_t)==1)?1:-1];     &lt;br /&gt;
&lt;br /&gt;
      char     int16_t_incorrect[(sizeof(int16_t)==2)?1:-1];     &lt;br /&gt;
      char     uint16_t_incorrect[(sizeof(uint16_t)==2)?1:-1];     &lt;br /&gt;
&lt;br /&gt;
      char     int32_t_incorrect[(sizeof(int32_t)==4)?1:-1];     &lt;br /&gt;
      char     uint32_t_incorrect[(sizeof(uint32_t)==4)?1:-1];     &lt;br /&gt;
} s;&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category JuiceBox]]&lt;/div&gt;</summary>
		<author><name>RBot</name></author>	</entry>

	</feed>