Hi guys,

Currently the elementary blink samples have names like:

  <PICtype>_blink
  <PICtype>_intosc_blink
  <PICtype>_blink_usb

The first group has mainly 'HS' oscillators. However PICs without OSC pins cannot have HS and thus have INTOSC[_NOCLKOUT], but this is not reflected in the filename, in contrast with those in the second group. I suggest to change the naming into:

  <PICtype>_hs_blink
  <PICtype>_intosc_blink
  <PICtype>_usb_hs_blink
  <PICtype>_usb_intosc_blink

and maybe other variants

Thus
  always have the oscillator type in the name
  'blink' always as last word

Objections?

Regards, Rob.

--
R. Hamerling, Netherlands --- http://www.robh.nl

--
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.

Reply via email to