goeducation-site/content/docs/programming/_index.md
2026-03-31 10:11:40 +02:00

19 lines
580 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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.