This repository contains a collection of Arduino experiments and projects. It serves as a public record of my Arduino code and explorations.
This project uses an OLED display to show a "Open for Work" message along with a website URL.
File: open-for-work.ino
Description: This sketch initializes an OLED display and shows two lines of text:
- "Open for Work!"
- "aaraalto.com"
Key Components:
- OLED Display (SSD1306)
- Arduino board
Libraries Used:
- Wire
- Adafruit_GFX
- Adafruit_SSD1306
Code Snippet:
- Clone this repository
- Open the desired
.ino
file in the Arduino IDE - Connect your Arduino board
- Upload the sketch to your board
Feel free to explore the code and suggest improvements. If you have any questions or suggestions, please open an issue.