Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
block:microcontroller [2017/04/22 10:09]
vexatos [Microcontroller]
block:microcontroller [2020/07/19 19:05] (current)
forecaster [Microcontroller]
Line 5: Line 5:
  
 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. ​ 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. ​
 +
 +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.
  
 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. ​ 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. ​