makerforgetech / modular-biped

An open source framework for creating a bipedal modular companion robot.

Home Page:https://www.instagram.com/dan.makes.things/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino sketch

SentryCoderDev opened this issue · comments

Hi, I have a problem, I am using arduino pro micro as a card (atmel ATmega32u4 to load code from computer is selected as arduino leonardo)

I downloaded the arduino sketch, but normally it writes serialprint, but I tried it at 115200 baud setting (the value specified in the sketch) on my computer, but it did not write anything to the serial monitor.

I guess didn't activate

It's disabled by default to improve performance and avoid any unnecessary communication from the Arduino to the pi (or other SoC). There are also feature specific debug flags that can be enabled in some cases.

Ok, i did as you said and it worked thank you for your reply