mikaelpatel / Cosa

An Object-Oriented Platform for Arduino/AVR
https://mikaelpatel.github.io/Cosa/
GNU Lesser General Public License v2.1
338 stars 76 forks source link

SPI powerup missing in device drivers #440

Closed mikaelpatel closed 8 years ago

mikaelpatel commented 8 years ago

The latest low power refactoring requires the application/sketch to add SPI::powerup() when using any SPI device driver. This should be done by the device driver (begin/end).

mikaelpatel commented 8 years ago

See commit https://github.com/mikaelpatel/Cosa/commit/e9027e15bb0deb449b4d1f19c98cd32cc7b8d014.