-
Notifications
You must be signed in to change notification settings - Fork 1
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.
MB85_FRAM_Class FRAM;