I have to agree with Rob here. Lets keep the standard we use with print lib.
Matt. On Wednesday, June 10, 2015 at 12:12:34 PM UTC-4, RobH wrote: > > > Hi Sunnish, > > Sorry for my slow reaction... > > On 06/02/2015 04:27 AM, Sunish Issac wrote: > > Had a quick look at the wiki, looks good. Just once suggestion, > > eventhough most rtc's use bcd internally practically from a program > > perspective we alamost always use the binary values, so why not put > > _bcd only for bcd notations and for binary just exclude bin ? > > I have no statistical information which shows that binary format is used > more frequently then bcd notation. For a device which just shows the > time and or date on an LCD I would think bcd is more obvious. > Even though omitting '_bin' may save some typing I prefer to avoid > ambiquous names, and having both _bcd and _bin is consistent with for > example the print library (using _dec and _hex). > > Regards, Rob. > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
