ich dreh langsam durch...
ich hab keine ahnung was falsch ist...
#include "asuro.h"
#include "i2c.h"
#define PORTADRESSE 0x40
int main(void)
{
Init();
InitI2C();
while(1)
{
StartI2C(PORTADRESSE+ReadI2C);
StatusLED(GREEN);
}
return 0;
}

Wenn ich an meinem pin die spannung messe, sind da immer noch +-5V...?!

Kann mir BITTE jmd. helfen?

Cruser12