Author Topic: I2C Master and Slave  (Read 5225 times)

gekoch

  • Newbie
  • *
  • Posts: 2
I2C Master and Slave
« on: March 06, 2013, 01:55:39 am »
Hy


Is it prossible to use a digispark as an I2C slave device?


Thx
Andy

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: I2C Master and Slave
« Reply #1 on: March 06, 2013, 02:03:28 am »
It is untested but it should be doable with the TinyWireS library - though you'll need to edit the library files to change the clock to 16500 an easy change though, should be right at the top of one of the files

gekoch

  • Newbie
  • *
  • Posts: 2
Re: I2C Master and Slave
« Reply #2 on: March 06, 2013, 02:26:20 am »
wow thx a lot did work without any problems!!!