User Tools

Site Tools

한국어

logicpython:cubloc_api:eewrite

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
logicpython:cubloc_api:eewrite [2026/04/13 02:07] – [Parameters] mfranklinlogicpython:cubloc_api:eewrite [2026/04/14 05:13] (current) mfranklin
Line 2: Line 2:
  
 Write data to non-volatile memory. Write data to non-volatile memory.
 +
 +This feature is supported only on models with built-in FRAM.
  
 ===== Syntax ===== ===== Syntax =====
Line 14: Line 16:
  
   * **address**: EEPROM ''address'' (0 to 4095).   * **address**: EEPROM ''address'' (0 to 4095).
-  * **data**: Integer, float, bytes, or bytearray value to write.+  * **data**: ''int''''float''''bytes'', or ''bytearray'' value to write.
   * **byteLength**: Number of bytes to write. Must be positive and remain within the non-volatile memory's bounds. ''Float'' writes require 4. ''bytes'' and ''bytearray'' writes use the first ''byteLength'' bytes.   * **byteLength**: Number of bytes to write. Must be positive and remain within the non-volatile memory's bounds. ''Float'' writes require 4. ''bytes'' and ''bytearray'' writes use the first ''byteLength'' bytes.
  
logicpython/cubloc_api/eewrite.1776046044.txt.gz · Last modified: by mfranklin