Skip to content

clearMemory()

Arnd edited this page Dec 2, 2016 · 3 revisions

clearMemory([clear_value])

The clearMemory function will fill the complete memory with 0x00 unless the optional parameter is specified, in which case that byte value is used.

Example

Overview

Overview
Installation
Class Instantiation

Public Functions

get()
put()
clearMemory()
fillMemory()

Public Variables

SRAMBytes

Example Program

sram_read_write_test

Clone this wiki locally