mcci-catena / Catena-Arduino-Platform

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

Fix #261: support for FRAM buffer to write/read more than 255 bytes #265

Closed dhineshkumarmcci closed 3 years ago

dhineshkumarmcci commented 3 years ago

Added support for low level FRAM driver Catena_Mb85rc64ta::read() and write() to read/write > 255 bytes.

terrillmoore commented 3 years ago

We can't merge unless we update the version number. Please update at least the local rev. My convention is only to update x.y.z when we actually do a release, so we must update patch. Also, please document in README.md.

dhineshkumarmcci commented 3 years ago

@terrillmoore Made the version changes and updated the README

terrillmoore commented 3 years ago

Merged, thanks!