This is an old revision of the document!
Read one byte from the simulated 55 KiB SRAM heap.
from cubloc import Heap Heap(address: int)
Heap address (0 to 56319).
Returns the byte value stored at the requested heap address.
address is not an integer.address is out of range.from cubloc import Heap # Example usage result = Heap(1) print(result)