<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ocr.michiyo.me/w/index.php?action=history&amp;feed=atom&amp;title=Block%2Fmicrocontroller</id>
	<title>Block/microcontroller - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ocr.michiyo.me/w/index.php?action=history&amp;feed=atom&amp;title=Block%2Fmicrocontroller"/>
	<link rel="alternate" type="text/html" href="https://ocr.michiyo.me/w/index.php?title=Block/microcontroller&amp;action=history"/>
	<updated>2026-08-24T13:45:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://ocr.michiyo.me/w/index.php?title=Block/microcontroller&amp;diff=1100&amp;oldid=prev</id>
		<title>imported&gt;OCDoc Import: Imported from legacy OpenComputers documentation at ocdoc.cil.li</title>
		<link rel="alternate" type="text/html" href="https://ocr.michiyo.me/w/index.php?title=Block/microcontroller&amp;diff=1100&amp;oldid=prev"/>
		<updated>2026-08-24T08:08:27Z</updated>

		<summary type="html">&lt;p&gt;Imported from legacy OpenComputers documentation at ocdoc.cil.li&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Microcontroller =&lt;br /&gt;
&lt;br /&gt;
Microcontrollers are more restrictive versions of Computers. The key limitation is that they do not contain a slot for a [[Item/hard disk drive|Hard disk drive]], and rely solely on a programmed [[Item/EEPROM|EEPROM]] for specific functionality. They can &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; interact with external components!&lt;br /&gt;
&lt;br /&gt;
Microcontrollers can be built by placing a [[Item/microcontrollercase|Microcontroller case]] in an [[Block/assembler|Assembler]]. Higher tier [[Item/microcontrollercase|Microcontroller cases]] can take more components and upgrades (as well as higher tier components and upgrades). Microcontrollers take a limited subset of upgrades, and do not contain Upgrade or Card container slots. [[Item/graphics card|Graphics cards]] cannot be placed into the expansion slots either.&lt;br /&gt;
&lt;br /&gt;
MCUs do not automatically forward network messages. They do not distribute power. Network messages arriving on all sides will always be forwarded to the MCU. Which sides are used for sending can be controlled via the `microcontroller` component. A computer can access its external component if it is directly adjacent to the microcontroller.&lt;br /&gt;
&lt;br /&gt;
The following code snippet illustrates one particular usage of Microcontrollers. The program detects redstone signals (requires a [[Item/redstone card|redstone card]]), and uses a [[Item/piston upgrade|piston upgrade]] to push a block. ```lua local r,p = component.proxy(component.list(&amp;quot;redstone&amp;quot;)()), component.proxy(component.list(&amp;quot;piston&amp;quot;)())&lt;br /&gt;
&lt;br /&gt;
while true do&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;  computer.pullSignal(0.5)&lt;br /&gt;
  if r.getInput(2) &amp;gt; 0 then&lt;br /&gt;
      p.push()&lt;br /&gt;
  end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
end ```&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
{{:Block/contents}}&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;OCDoc Import</name></author>
	</entry>
</feed>