I appreciate if someone can explain why this library consumes so much ram.
Here is the empty sketch usage:
RAM: [= ] 12.0% (used 7720 bytes from 64288 bytes)
Flash: [= ] 7.6% (used 40184 bytes from 527616 bytes)
If I include Arduino_BHY2:
RAM: [====== ] 55.5% (used 35672 bytes from 64288 bytes)
Flash: [===== ] 50.8% (used 267952 bytes from 527616 bytes)
As, I am trying to run my ML model, I am having diffuculties regarding RAM availability.
I appreciate if someone can explain why this library consumes so much ram.
Here is the empty sketch usage:
If I include Arduino_BHY2:
As, I am trying to run my ML model, I am having diffuculties regarding RAM availability.