i2c: Add initial i2c.h header file and registers.

Thanks Thomas Otto <tommi@viadmin.org> for the patch!
This commit is contained in:
Uwe Hermann
2010-02-24 00:32:55 +01:00
parent 75e66f26d7
commit 7e1b849feb
2 changed files with 312 additions and 0 deletions

View File

@@ -34,5 +34,6 @@
#include <libopenstm32/usb_desc.h>
#include <libopenstm32/nvic.h>
#include <libopenstm32/rtc.h>
#include <libopenstm32/i2c.h>
#endif