Skip to content

Instantly share code, notes, and snippets.

@ysam12345
Created July 4, 2018 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysam12345/585677a52454c1e38a3d9e00d2ef3b29 to your computer and use it in GitHub Desktop.
Save ysam12345/585677a52454c1e38a3d9e00d2ef3b29 to your computer and use it in GitHub Desktop.
pinMode(設定腳位, 設定模式);
pinMode(A0, INPUT);//腳位是A0,模式是接收訊號
pinMode(13, OUTPUT);//腳位是13,模式是送出訊號
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment