Difference between revisions of "HANcoder/STM32/Blocks/Read from EEPROM"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Line 9: Line 9:
 
|SeeAlso = [[HANcoder/Write_to_EEPROM|Write to EEPROM]] {{!}} [[HANcoder/Erase_EEPROM|Erase EEPROM]] {{!}} [[HANcoder/Save_EEPROM|Save EEPROM]]
 
|SeeAlso = [[HANcoder/Write_to_EEPROM|Write to EEPROM]] {{!}} [[HANcoder/Erase_EEPROM|Erase EEPROM]] {{!}} [[HANcoder/Save_EEPROM|Save EEPROM]]
  
|blockParameters = {|!asdf|}
+
|blockParameters =  
 
+
"{| class="wikitable"
}}
+
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Sample time
 +
| Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
 +
|}"
  
 
== Block parameters==
 
== Block parameters==

Revision as of 10:07, 5 April 2017

{{HANcoder/block

|info= A 'Read from EEPROM' block reads a value from the specified EEPROM identifier.

|blockImage = ReadFromEEPROMBlock.png

|maskImage = ReadFromEEPROMMask.png

|SeeAlso = Write to EEPROM | Erase EEPROM | Save EEPROM

|blockParameters = "{| class="wikitable" |- ! style="width:150px" | Parameter ! Description |- | Sample time | Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model. |}"

Block parameters