-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
sensor.initialize({
// ... options along the way,
mapping: 'physical' // 'gpio', 'bcm', 'wiringPi' could be supported for example (bcm === gpio)
});The default option would be 'gpio' for compatibility.
Also I don't know if it should be done on JS or C++ side.
Reactions are currently unavailable