https://github.com/da6-dev/arduinotestsck
Repository with Arduino codes used for testing and practice of the Código Kid platform lessons.
https://github.com/da6-dev/arduinotestsck
arduino cpp portfolio
Last synced: about 1 month ago
JSON representation
Repository with Arduino codes used for testing and practice of the Código Kid platform lessons.
- Host: GitHub
- URL: https://github.com/da6-dev/arduinotestsck
- Owner: Da6-Dev
- Created: 2025-09-16T13:29:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T14:51:14.000Z (10 months ago)
- Last Synced: 2025-10-09T21:55:09.310Z (9 months ago)
- Topics: arduino, cpp, portfolio
- Language: C++
- Homepage:
- Size: 812 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# Arduino - Código Kid Tests
This repository gathers several **Arduino** codes created to practice and test the lessons from the **Código Kid** platform.
## 🎯 Purpose
- Consolidate Arduino programming learning.
- Create an organized space to store examples and tests.
- Share experiences and codes that may be useful for other students.
## 📂 Structure
The codes are organized into folders and/or files according to the lesson topics.
Example:
- `LED_Basic/` → Code to turn LEDs on and off.
- `Ultrasonic_Sensor/` → Tests with ultrasonic sensor.
- `Servo_Motor/` → Servo motor control.
## 🚀 How to use
1. Clone this repository:
```bash
git clone https://github.com/your-username/your-repository.git