Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a new comment
  • Loading branch information
qminhvuu committed Jun 29, 2024
commit 8a279a09c23c6bdb47059b6fed34dff59b1e00ee
1 change: 1 addition & 0 deletions Github_Tutorial.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void setup()

void loop()
{
// A random comment
int myValue = 0;
myValue = analogRead(A0);

Expand Down