simonmonk / raspirobotboard3

Python library and design files for the RasPi Robot Board V3
MIT License
71 stars 40 forks source link

GPIO pin usage #13

Open KristofBostoen opened 7 years ago

KristofBostoen commented 7 years ago

In the read me file https://github.com/simonmonk/raspirobotboard3 Pin Usage pin 27 is mentioned twice. Could you please tell us the correct pins for OC2 ?

OC1_PIN = 22 OC2_PIN = 27 <= OC2_PIN_R1 = 21 OC2_PIN_R2 = 27 <=

I checked the circuit which seems to indicate a different use of the pins. https://github.com/simonmonk/raspirobotboard3/blob/master/hardware/RRBv3.pdf Which one is the correct one?

Kind regards K.