Hi Matt, Thanks for the response. I've setup a Github account is sstandfast. It might take me a little bit to figure out how to use GITHUB as I've never worked with it before. In fact, I've never really messed with a version control system at all before. We have one at work but it's only used by the software guys. Us HW folks track drawing changes with ECO's. Also, if I happen to find errors in existing libraries am I allowed to correct them or should I point it out to the author? (I think I found one in the strings.jal library) But once I have my new libraries written, I'll post them here for review before I commit them to the repository.
Thanks, Shawn On Thursday, September 17, 2015 at 7:11:41 PM UTC-5, Matthew Schinkel wrote: > > Hi Shawn! > > Good to here.. we need more contributors like you. Please read and follow > this: https://github.com/jallib/jallib/wiki/Jallib-Style-Guide > > You should be able to commit your files your self. Just sign up for Github > and give me your username so I may make you a contributor > > After you are added, you can download the repository, and make changes via > GIT or SVN. > > GIT clone URL is https://github.com/jallib/jallib.git > SVN URL is https://github.com/jallib/jallib > > Matt. > > On Thursday, September 17, 2015 at 1:26:24 PM UTC-4, sstandfast wrote: >> >> Hi, >> >> I've got a project where I'm going to have to create a couple libraries >> that aren't available in JALLIB and I was wondering if you'd be interested >> in adding them to JALLIB when I'm done. One for an HC-05 Bluetooth module >> and one for an ILI9341 based LCD. (Both really cheap pieces of hardware >> available on eBay) I have a couple questions though about JALLIB standards >> and what the opinion is about including other libraries in a library you >> are writing. Both of these devices will require serial communication >> (either UART or SPI) and I'm curious if it is acceptable to include the >> serial (UART and/or SPI) JALLIB libraries in these new libraries or does >> that violate JALLIB standards? It does open the question of do you use the >> HW or SW versions of them as not all PICs have HW serial. Is it acceptable >> if this is a config setting for the library - to choose either HW or SW >> serial? The HC-05 will be fine with either HW or SW serial but the ILI9341 >> really should be HW driven if you want to have any sort of chance on >> motion/animations. >> >> Let me know what your thoughts are on interest in these libraries. >> >> Thanks, >> >> Shawn >> > -- 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.
