borntoleave / catMini

This is the course repository for catMini.
52 stars 39 forks source link

Variable explanation #9

Open correderadiego opened 6 years ago

correderadiego commented 6 years ago

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 :

borntoleave commented 6 years ago

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!

correderadiego commented 6 years ago

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 :)