¿ªÔÆÌåÓý

Re: Current Firmware


 

One problem with libraries is that they change.
Sometimes stuff simply disappears off web.?
Good luck building the original Bitx40 code of Dec 2016 (the etherkit si5351 library has changed).

A good reason for libraries is they can give portability across various processors.
Another is that they allow software to be quickly developed, no need to reinvent how to do stuff
or even figure out how it works.

But for production code, the fewer libraries getting sucked in the happier I am.

Jerry



On Wed, Jun 6, 2018 at 10:30 am, Jack Purdum wrote:
I would start by urging programmers to follow the convention I mentioned earlier, which is to provide the download URL for any non-Arduino libraries on the same line as their #include directive. Then at least you've know where to go to download the required libraries.
?

Join [email protected] to automatically receive all group messages.