ArduinoUNO-Q/README.md
Edwin Noorlander 29dd118dc3 Initial Arduino UNO Q template with LED Matrix functionality
- Complete MPU-MCU communication setup
- LED Matrix text display with configurable parameters
- Configuration management with personal data protection
- Git template with .gitignore for sensitive data
- Automated build and deployment scripts
- SSH key management and service scripts
2025-11-13 12:26:47 +01:00

25 lines
439 B
Markdown

# Arduino UNO Q Project
Arduino project for UNO board with Q functionality.
## Setup
1. Install Arduino CLI
2. Install VS Code extensions:
- Arduino
- C/C++
- CMake Tools
## Usage
- `npm run build` - Compile the sketch
- `npm run upload` - Upload to board
- `npm run monitor` - Open serial monitor
## Project Structure
```
src/ - Arduino sketch files
lib/ - Custom libraries
test/ - Test files
```