adafruit / Adafruit_nRF8001

Drivers for Adafruit's nRF8001 Bluetooth Low Energy Breakout
109 stars 53 forks source link

Updated Spi implementation to use conflict free "SpiSettings" bus configuration #15

Closed Teslafly closed 9 years ago

Teslafly commented 9 years ago

Spi implementation has been updated to eliminate Spi conflicts by using the recent "SPISettings" implementation of the Arduino SPi library. Library now plays nice with other SPI Arduino libraries that use this method and is processor clock speed independent as well. (Spi speed for nRF ic is now always 2 mhz )

ladyada commented 9 years ago

tested, works great!