grasshopper first simulation from prototipolab on Vimeo.
teeth simmulation in geargenerator.comdiameter10 tooth50 test tooth from prototipolab on Vimeo.
arduino simulation. ledssimulacion arduino (1) from prototipolab on Vimeo.
arduino simulation . arm movementsimulacion arduino (2) from prototipolab on Vimeo.
like this one found in arduino forum, wich have different approach strategy.
but this path is not good. different approaches change the way of programming and I need a single criterion
so I decide to use the AccelStepper library and found an interesting example using the console as menu choice for different figures
but the console doesn t works in my modifications and I realize it s made for read an external file
then I wrote my own code introducing a circle as figure to draw
but a circle is a continuus curve meanwhile I ned to draw by steps
so I need to implement the besenham s algorithm
besenham s algorithmso I need to get back to the AccelStepper library API to control all functions
AccelStepper library API