- 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
439 B
439 B
Arduino UNO Q Project
Arduino project for UNO board with Q functionality.
Setup
- Install Arduino CLI
- Install VS Code extensions:
- Arduino
- C/C++
- CMake Tools
Usage
npm run build- Compile the sketchnpm run upload- Upload to boardnpm run monitor- Open serial monitor
Project Structure
src/ - Arduino sketch files
lib/ - Custom libraries
test/ - Test files