belaonurhead icon indicating copy to clipboard operation
belaonurhead copied to clipboard

Green wire for button is connected wrong in fritzing diagram.

Open meta-meta opened this issue 3 years ago • 0 comments

int buttonPin = 1; // calibration button pin ... int buttonValue = digitalRead(context, 0, buttonPin); https://github.com/meta-meta/belaonurhead/blob/master/lib/libpd-render-with-IMU.cpp#L777

I believe the green wire should be here image

meta-meta avatar Feb 05 '21 01:02 meta-meta