mcci-catena / Catena-Arduino-Platform

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

Change Mx25v8035f flash driver to be more poll() friendly. #294

Closed terrillmoore closed 3 years ago

terrillmoore commented 3 years ago

The flash driver can insert long delays while programming or erasing. This should be changed to calls gCatena.poll() while waiting, so other drivers can get serviced.