News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

New function requests

Started by glenlivet, Jun 21, 2021, 01:46 AM

Previous topic - Next topic

glenlivet

I hope I'm in the right place as there isn't a yet a category for new function requests...

16-bit PWM capability as the existing PWM function only goes to 256 and many new PICs now have 16-bit PWM's.
Bit banging registers can be fun though.
 

top204

#1
That is the job for libraries that can be created for the compiler by users who have a need, or an interest in a certain peripheral, and who wish to share their creation with other users.

Now that the compiler has full procedure support, libraries are an excellent method of creating new mechanisms for the compilers. It also makes the source code available so users can modify it or enhance it or change it to suit different device families.