goeducation-site/content/docs/programming/_index.md

20 lines
580 B
Markdown
Raw Normal View History

2026-03-31 08:11:40 +00:00
---
title: Programming
weight: 30
summary: "Program your robot with Arduino C/C++, MicroPython, or TinyGo."
---
## Programming Guide
Learn to program your Go Education robot using the language that fits you best.
### Available Languages
| Language | Level | Best for |
|----------|-------|----------|
| Arduino C/C++ | BeginnerAdvanced | Full hardware control, performance |
| MicroPython | Beginner | Quick prototyping, scripting |
| TinyGo | IntermediateAdvanced | Go language on microcontrollers |
> 📖 **Coming soon** — Programming tutorials are being written.