I am a bloke...
found the solution while searching this forum for MMA7660,
the Freescale-Chips use 7-bit-adress... (mentioned in the datasheet, of course)
[code:1:7a08d6c2ab]Dim Adr_mag_w As Byte
Adr_mag_w = &B00011100 'Slave Adresse MAG3110 WRITE &H0e
Dim Adr_mag_r As Byte
Adr_mag_r = &B00011101 'Slave Adresse MAG3110 READ &H0e+1[/code:1:7a08d6c2ab]
Many thanks to Serjaru and Albertsm for their postings
.
↧