Change pin dispositions for MISO pins #73

This commit is contained in:
Robert Strouse 2023-06-16 07:55:07 -07:00
parent b6a82e2e45
commit 536bf839a1
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -903,7 +903,7 @@ class Somfy {
this.loadPins('inout', document.getElementById('selTransSCKPin')); this.loadPins('inout', document.getElementById('selTransSCKPin'));
this.loadPins('inout', document.getElementById('selTransCSNPin')); this.loadPins('inout', document.getElementById('selTransCSNPin'));
this.loadPins('inout', document.getElementById('selTransMOSIPin')); this.loadPins('inout', document.getElementById('selTransMOSIPin'));
this.loadPins('inout', document.getElementById('selTransMISOPin')); this.loadPins('input', document.getElementById('selTransMISOPin'));
this.loadPins('out', document.getElementById('selTransTXPin')); this.loadPins('out', document.getElementById('selTransTXPin'));
this.loadPins('input', document.getElementById('selTransRXPin')); this.loadPins('input', document.getElementById('selTransRXPin'));
this.loadSomfy(); this.loadSomfy();
@ -1283,7 +1283,7 @@ class Somfy {
case 9: case 9:
case 10: case 10:
case 11: case 11:
if(type !== 'inout') continue; if(type !== 'inout' && type !== 'input') continue;
break; break;
case 37: case 37:
case 38: case 38: