Content originally posted in LPCWare by clement738 on Wed Sep 29 09:12:09 MST 2010
Rather than providing sample codes to peripherals, why Code Red dont provide a library of functions supporting periperals? For example, to use I2C, just include <i2c.h> and then you can use all the functions for I2C, and then you have spi.h, ....
It will make our development time much faster and not finding codes and examples, cut and paste everywhere... :)