You are reading a single comment by @Aifer and its replies. Click here to read the full conversation.
  • If there is a pulse only, replacing this by 10 times on/off is a bit strange.

  • eg. digitalPulse(A0,1,5); pulses A0 high for 5ms. digitalPulse(A0,1,[5,2,4]); pulses A0 high for 5ms, low for 2ms, and high for 4ms.

    It seems that digitalPulse(rst,0,10) sets rst pin( rst = 1) , and then resets it for 10ms(rst = 0), at last sets it again(rst = 1).

    Yet, it doesn't work.

About

Avatar for Aifer @Aifer started