mcci-catena / Catena-Arduino-Platform

Arduino platform library for MCCI Catena IoT Systems
MIT License
12 stars 11 forks source link

Make it a little easier to debug FRAM code #305

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

Make the internal state variables of a cursor protected, rather than private (so that a debug wrapper class is possible); and add getters to return the internal state of the cursor.

terrillmoore commented 3 years ago

Changes in commit ba461ac