47 * - esos_pic24_tick.c - implements ESOS system tick for Microchip PIC24 Family implementation of ESOS
48 * - esos_pic24_irq.h - implements ESOS interrupt services for Microchip PIC24 Family implementation of ESOS (header file)
49 * - esos_pic24_irq.c - implements ESOS interrupt services for Microchip PIC24 Family implementation of ESOS (library code)
50 * - esos_pic24_rs232.h - implements ESOS asychronous serial communications services for Microchip PIC24 Family implementation of ESOS (header file)
51 * - esos_pic24_rs232.c - implements ESOS asychronous serial communications services for Microchip PIC24 Family implementation of ESOS (library code)
52 * - esos_pic24_i2c.h - implements ESOS two-signal synchronous serial communications services for Microchip PIC24 Family implementation of ESOS (header file)
53 * - esos_pic24_i2c.c - implements ESOS two-signal synchronous serial communications services for Microchip PIC24 Family implementation of ESOS (library code)
54 * - esos_pic24_spi.h - implements ESOS three-signal synchronous serial communications services for Microchip PIC24 Family implementation of ESOS (header file)
55 * - esos_pic24_spi.c - implements ESOS three-signal synchronous serial communications services for Microchip PIC24 Family implementation of ESOS (library code)
56 * \section ESOSExampleFiles Example files
57 * Example files which demonstrate ESOS operation include:
58 * - esos_skel.c - A skeleton application which blinks the
59 * heartbeat LED using ESOS, providing a starting point for