aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/i2c.h
AgeCommit message (Collapse)Author
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Factor out cm3/common.h and cm3/memorymap.h.Uwe Hermann
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules.
2010-03-01Add initial set of I2C functions.Uwe Hermann
Thomas Otto has tested the code by successfully talking to a temperature sensor from ST in master tranciever mode. Thanks Thomas Otto <tommi@viadmin.org> for the patch!
2010-02-24i2c: Add initial i2c.h header file and registers.Uwe Hermann
Thanks Thomas Otto <tommi@viadmin.org> for the patch!