| Posted: 08:49am 27 Sep 2022 |
|
|
|
Correction: the diode inside the FET will still drive the 5V side high. Look at the release candidates thread. The solution is to replace
'init pin setpin x,dout,oc
'set high micromite pin(x)=1
'set pin low micromite pin(x)=0
With picomite code
'init pin setpin x,din
'set high picomite setpin x,din
'set pin low picomite setpin x,dout pin(x)=0
Edited 2022-09-27 18:50 by Volhout |