-
Is there any way to set a pin high in the board definition file
not directly but I thought I already provided solution above when you asked for the first time :-)
anyway, without any code you could also make D15 into fake LED or second button and set it as inverted as that could produce initial state being high
-
@fanoush Ha, ha.. I was wondering if it could be done by the board file alone.. and now you've answered that! Going to try that, thanks.
I'd post this in a new question, but can't seem to find the new post button ???
Is there any way to set a pin high in the board definition file. The pinetime's main button (D13) will only work if D15 is pulled high. I can do this in code and it's fine, but I'd like it set up before we enter .boot code so it can trap button press early.