Arduino FORBOT project 1, but with object-oriented programming.
This project is based on Arduino and was inspired by the FORBOT course as well as the Arduino blink sketch found at the following links:
The code is implemented using object-oriented programming techniques and serves as an introduction to embedded systems development.
- PlatformIO IDE v3.1.1
- Framework-arduino-avr @ 5.1.0
- Blinks the built-in LED on the Arduino board.
- Make sure you have the Arduino IDE or PlatformIO IDE installed on your computer.
- Connect your Arduino-compatible board (e.g., Arduino UNO, Arduino Nano, ESP32) to your computer.
- Clone this GitHub repository to your local machine using
git clone https://github.com/Niewiaro/Blinking-LED_BUILTIN-OOP.git
- Open the project in your preferred IDE.
- Compile and upload the code to your Arduino board.
Simply run the code and observe the blinking LED.
This project is licensed under the MIT License. See the LICENSE file for details.
Created by @niewiaro
For any inquiries, please contact me at niewiarowski.kuba@gmail.com.