Add i2c slave example (#320)
* Add i2c slave example from https://github.com/vmilea/pico_i2c_slave To test you need to wire pin GP4 to GP6 (SDA), and pin GP5 to GP7 (SCL)
This commit is contained in:
@@ -11,4 +11,5 @@ if (NOT PICO_NO_HARDWARE)
|
||||
add_subdirectory(pa1010d_i2c)
|
||||
add_subdirectory(pcf8523_i2c)
|
||||
add_subdirectory(ht16k33_i2c)
|
||||
add_subdirectory(slave_mem_i2c)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user