sduino icon indicating copy to clipboard operation
sduino copied to clipboard

I2C slave mode

Open xek opened this issue 1 year ago • 1 comments

Slave I2C

implemented using the framework interrupt handler from ST (AN3281). The master I2C code in sduino is untouched.

slave_receiver and slave_sender examples have been updated with the sduino C-style function definitions

added an example, showing STM8 as a I2C serial eeprom. The example demonstrates the use of both onReceive() and onRequest() callbacks

This is a PR created from the changes from https://github.com/stefaandesmet2003/sduino in case someone finds it useful.

Fixes #79.

  • I2C slave implementation
  • Added slave_eeprom example

xek avatar Jan 03 '25 20:01 xek

This will come handy, thanks!

mcer12 avatar Sep 05 '25 19:09 mcer12