You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,using the few hour to make it running,is happy can see you project in here,
i need to add a extra red led to stick in front camera , let the interviewer know witch camera is on program.
how do i add the code ? thanks.
The text was updated successfully, but these errors were encountered:
Hey sorry, I have no idea but you can probably google some tutorials for M5StickC with an extra LED. You usually have to set the pin up for GPIO, e.g. pinMode(26, OUTPUT) and then you can control it with digitalWrite(26, HIGH) (on) and digitalWrite(26, LOW) (off) in the program.
hi thanks for you replay,
i have tired few time to active the GPIO 26,when the CAM1 programe is on live the led is no light up,
when on CAM2 to CAM8 in programe live , the led will light out.
i will try it ,when is working will upload the code at here,
second led in front is much important to interviewer.
hi,using the few hour to make it running,is happy can see you project in here,
i need to add a extra red led to stick in front camera , let the interviewer know witch camera is on program.
how do i add the code ? thanks.
The text was updated successfully, but these errors were encountered: