Project Management

This week I worked on defining my final project idea and started to get used to the documentation process.

Research

Lorem ipsum dolor sit amet, consectetur adipiscing elit...

Useful Links

Code Example

void setup() {
    pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
    digitalWrite(LED_BUILTIN, HIGH);
    delay(1000);
    digitalWrite(LED_BUILTIN, LOW);
    delay(1000);
}

Gallery

Sample Image

Videos