i10 / ARPen

Apache License 2.0
20 stars 13 forks source link

Arduino Sketch and ReadMe not consistent #8

Closed Zaubentrucker closed 5 years ago

Zaubentrucker commented 5 years ago

In the file ARPen/ARPen/Bluetooth Software/BLE_Serial/BLE_Serial.ino the buttons are defined as follows:

const int button1Pin = D5;     // the number of the pushbutton pin
const int button2Pin = D0;
const int button3Pin = D4;

But the Fritzing diagrams in the ReadMe show that D0 is not connected and instead D3 is used: bluetooth setup

See this image for reference on the pinout of the BLE Nano 2: nano2_pinout

imkrishsub commented 5 years ago

Yes, you are right. The Fritzing diagram is incorrect—will fix it. Thanks!