Skip to content

Class Instantiation

Arnd edited this page Dec 11, 2020 · 2 revisions

The class requires no parameters to instantiate using the class constructor. The I2C initialization and search / detect of available memories is performed in the begin() function call. The I2C is initialized with the Arduino wire library.


Example:

MB85_FRAM_Class FRAM;
Clone this wiki locally