jperkin / node-rpio

Raspberry Pi GPIO library for node.js
856 stars 123 forks source link

Added proper pinmap detection for BPI-M2P Zero 40pin #149

Open Zw1d opened 2 years ago

Zw1d commented 2 years ago

BPI-M2P Zero (with the P) was being matched incorrectly with 26-pin pinmaps, while it has 40 pins.

Zw1d commented 2 years ago

Another issue that came up. Seems that rpio does not properly (or at all) set pullups or pulldowns. I do not know how to address that tough.