catMini icon indicating copy to clipboard operation
catMini copied to clipboard

Variable explanation

Open correderadiego opened this issue 7 years ago • 2 comments

Hello, I have been studying your code and I have found some variables that are directly read from eeprom. I haven't found the value of these variables. It would be great if you could clarify the value of these variables for each servo and the write process. These variables are :

  • middleShift
  • rotationDirection
  • rangeRation

Thanks for your time :)

correderadiego avatar Nov 08 '18 20:11 correderadiego

I'm having a newer version of codes in the repo at https://github.com/PetoiCamp/OpenCat/tree/master/Nybble It has so many updates that I would make this CatMini obsolete.

For the variables in this repo, the definitions are in https://github.com/borntoleave/catMini/blob/master/writeConst/writeConst.ino from line 208.

For the new repo, the definitions are in https://github.com/PetoiCamp/OpenCat/blob/master/Nybble/WriteInstinct/OpenCat.h from line 253.

Sorry for the inconvenience of changing repo!

borntoleave avatar Nov 08 '18 20:11 borntoleave

Don't worry. The base of the code is almost the same. I will change to your new repo and update with the changes.

Thanks again :)

correderadiego avatar Nov 08 '18 20:11 correderadiego