Quote:
Originally Posted by msc
dcb, there is more then one way to skin a cat I'm not saying any one way is wrong. I made a suggestion I thought could improve the function and explained the reason behind it. If you don't like it then don't use it.
|
I think I was saying option B would be the most pragmatic. If you want more realistic CDA, then use three button interface to enter temp/press.
Also, despite the uino postfix, the main project branch left arduino for reasons already stated, it is not a good fit (because of things like bloat and resources and another layer "designed by committee" lacking version control which introduces instabilities.
I would say (based on experience) re-introducing arduino code and dependencies is a mistake. You won't save any bytes at compile time and invite more version/library headaches. C/C++ is universal, spend some time with the datasheet and at avrfreaks.net. That is the way to fully utilize the chip, not by adding unstable one size fits all libraries in a foriegn language.
Learn the basics on arduino, but lose the training wheels as soon as you can
If it is your primary goal to remake it in arduino, then I cannot watch