Skip to content

Instantly share code, notes, and snippets.

@Tamakichi
Created February 3, 2019 11:44
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 Tamakichi/744ec609bdb9f9e49f623374c9c4cdd8 to your computer and use it in GitHub Desktop.
Save Tamakichi/744ec609bdb9f9e49f623374c9c4cdd8 to your computer and use it in GitHub Desktop.
ArduinoBASIC Lチカサンプル
10 pc13=32
20 PINMODE pc13,1
30 PIN pc13,1
40 PAUSE 500
50 PIN pc13,0
60 PAUSE 500
70 GOTO 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment