lancaster-university / codal-core

MIT License
12 stars 27 forks source link

Make motion sensors `configure()` & `requestUpdate()` pure virtual. #162

Closed microbit-carlos closed 10 months ago

microbit-carlos commented 11 months ago

This saves about 152 bytes of flash with gcc v10.3.1 & the codal-microbit-v2 build configuration.

And, as it would be removing the entries in the vtable for the derived classes, it should be a bit more efficient too.

Related to: