Home

GenericI2C

Description Implements a generic I2C driver on top of the low level hardware driver (e.g. LDD or classic non-LDD). That way the application can use a generic I2C driver regardless if it is with LDD (e.g. Kinetis) or non-LDD (e.g. S08 or ColdFire). Additionally it provides an interface to write to generic I2C memory devices (like RTC or EEPROM devices).
Component GenericI2C.PEupd
Dependencies FreeRTOS, GenericSWI2C

Important Information

Starting January 1st 2013, the latest and greatest versions of components and examples are hosted on GitHub.

License

License : Open Source (LGPL)
Copyright : (c) Copyright Erich Styger, 2012, all rights reserved.
http : www.mcuoneclipse.com

This an open source software implementing software using Processor Expert.
Main purpose is for a file system, but useful as well without one.
This is a free software and is opened for education, research and commercial developments under license policy of following terms:
* This is a free software and there is NO WARRANTY.
* No restriction on use. You can use, modify and redistribute it for personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY.
* Redistributions of source code must retain the above copyright notice.

History

Date Version Description
19-Feb-2013 1.002 Fixed that the 1.001 package contained the wrong component.
21-May-2012 1.001 Initial release. See A Generic I2C High Level Driver

Screenshots

Project View

Properties View

Home