Hi
I modify my old project for Crismtas. in this moment I use "arduino uno" card for master programmer realized with flowcode7 and it perfect work with 6 old slave cards realized with PIC 16F877 programmed in assemler.
for new slave card I use "arduino pro micro" but the module slave not work.
Is there a example for I2C slave module?
thanks
I2C slave
Moderator: Benj
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: I2C slave
Hi,
Attached is an I2C Slave example.
Hope it helps.
Attached is an I2C Slave example.
Hope it helps.
- Attachments
-
- Uno slave.fcfx
- (6.21 KiB) Downloaded 282 times
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: I2C slave
Thanks for letting us know that it is now working.
The I2C component from the Tools menu gives lower level access to the peripheral device.
So gives you the level of control needed for your slave functionality.
The I2C component from the Tools menu gives lower level access to the peripheral device.
So gives you the level of control needed for your slave functionality.