Author |
Message |
Topic: i2c on pic16f628 |
reno777
Replies: 7
Views: 15772
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 2:37 pm Subject: i2c on pic16f628 |
Do you have an LSM303DLH board from some company (Sparkfun, or Polulu) etc. ? If so, tell us.
I have bought sensor Sparkfun LSM303 Breakout Board - Tilt Compensated Compass. |
Topic: i2c on pic16f628 |
reno777
Replies: 7
Views: 15772
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 2:10 pm Subject: i2c on pic16f628 |
Have you tried to do it ? Have you tried to write the code and test it ?
What is the manufacturer and part number of the sensor ?
Here is an example of a software i2c master for an external A/D c ... |
Topic: i2c on pic16f628 |
reno777
Replies: 7
Views: 15772
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 1:31 pm Subject: i2c on pic16f628 |
If your PIC doesn't have an MSSP module, the CCS compiler will
generate code for a software i2c Master on the pins that you specify
in the #use i2c() statement.
But, you can't do an i2c slave. ... |
Topic: i2c on pic16f628 |
reno777
Replies: 7
Views: 15772
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 1:02 pm Subject: i2c on pic16f628 |
As I can realize program I2C on pic16f628 as I understand hardware i2c at it wasn't present. I badly know English, excuse me!! |
|