Welcome! Log In Create A New Profile

Advanced

BV4618 compatibility

Posted by AngeloAvv 
BV4618 compatibility
September 19, 2013 02:42PM
Is there any chance to see some snippet codes for BV4618 written in C/C++ for Raspberry Pi, especially for I2C connections?
Re: BV4618 compatibility
September 19, 2013 06:18PM
hello,
the code document page for the BV4618 is here.

There was also a bit bang I2C interface (zip file here)
I have written an interface that can be compiled as follows:
gcc –o i2cbb bcm2835_i2cbb.c bcm2835.c
and can be run: sudo ./i2cbb

This is an alternative I2C written for user space but it does go at 100kHz and can be used on any pin.

I don't think I have any more bits of code.
Sorry, only registered users may post in this forum.

Click here to login