gunthercox / Salvius

An open source humanoid robot made from recycled parts and open source technology

Home Page:https://salvius.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand write text

gunthercox opened this issue · comments

This is to have the robot hand write text on a piece of paper using a writing utensil.

The robot can now write but the code needs to be improved because it currently uses serial data to write each letter.

  • It would be better to change the current way of doing this so that text is input it as a string and then the string is handled as a char array. This way the word can be broken down letter by letter so that there is one string variable and one char variable.

IMG_1515