PIC24 Support Libraries
|
The PIC24 support library is divided into external components, internal components, and utilities used in creating the library. External components should be called by the typical user to set up the PIC, communicate over the UART, I2C bus, etc. Internal components include both implementation details and information on adding support for PIC24 processors not currently supported by this library.
A simple example which echos characters via the UART:
The utilities page documents tools for library development and maintenance.