Documentation index Main site
Bendyroad IDE reference manual. © Copyright Bendyroad 2024.

Arduino Mega implementation notes

See also:

Pin naming

You can use the Arduino's convention for naming IO ports, such as 'A1' for analog pins and 'D20' for digital pins. It starts counting with A0 and D0.

Telemetry

There is only serial telemetry available because of lacking internet supporting hardware.