Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

View c-valeria-mj's full-sized avatar
📖
still learning...

Claudia Valeria Mansilla Jocol c-valeria-mj

📖
still learning...
View GitHub Profile
@c-valeria-mj
c-valeria-mj / LearningLog.md
Last active October 19, 2025 13:12
This is a Learning Log for the course TechBasics II (WiSe 25/26)

week1 | Introduction and blinking LED on Arduino

13.10 - 19.10

Followed the video tutorial, big fan of Paul, he is the top tech boy. This was an easy to follow introduction to the Arduino, and everything worked for me! I can anticipte the difference in syntax will be a bit of a learning curve and will give me a bit of trouble in the future as programs get more complicated. The delay value at which my eyes could no longer detect the blinking was 12 ms, at 13 the LED still looked wavy.

My Code this Week:

// all arduino programs have this set up (void & loop)
// commands in void set up will be executed ONE time
void setup() {