michaelkroll / BLE-Shield

This repository contains the Eagle design files as well as the firmware source code and hex files.
137 stars 55 forks source link

Updated BLEShieldSS to include setting the pinModes #6

Closed davidahouse closed 9 years ago

davidahouse commented 10 years ago

Ran into this issue with my 1.0.0 BLE Shield running on an Arduino UNO. Arduino could receive data but couldn't send back. Setting the pinModes fixed it, which makes sense because pin 3 is used to transmit from Arduino, so unless its set to OUTPUT it will not send data correctly.