- 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
25 lines
439 B
Markdown
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
|
|
``` |