This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * ro...
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the s...