Though I have never worked with an arduino board...
It occurs to me that one must realize (and you probably do) that the Arduino is based on a specific set of pinout functions. It is just a microcontroller on a very defined PCB with pin functions that are limited to what the PCB is set up for. ie. certain pins set for digital and certain other pins set for analog, etc.
So in order to use someone else's library you must use the same pins that they did (unless the library is written to allow you to choose different pins)
Whereas the group of contributors here are using a VERY WIDE RANGE of PIC microcontrollers. Not just one or two that would fit an arduino like model.
So I believe your best bet would be to use the search function to locate examples of code that will allow you to do what you want to do with your chosen PIC.
It seems to me that the only way to be able to use libraries or in PBP it would be "Include" files we would have to agree on a set of standard pin assignments and limit ourselves to just a few similar PIC's.
While I think your wish is valid and would be nice it is a bit unrealistic for such a broad range of microcontrollers that PBP works with.
That is obviously just my opinion and I would love to be wrong
dwight
Bookmarks