1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-08-09 04:22:44 +03:00

add new pcio_I2c_slave library (#1205)

* add (slightly modified) pico_i2c_slave library from https://github.com/vmilea/pico_i2c_slave
* introduce VTABLE_FIRST_IRQ constant
This commit is contained in:
Graham Sanderson
2023-02-07 07:47:01 -06:00
committed by GitHub
parent 66bd4d8aab
commit 18b97fcba0
12 changed files with 226 additions and 4 deletions

View File

@@ -43,6 +43,7 @@
* @{
* \defgroup pico_async_context pico_async_context
* \defgroup pico_multicore pico_multicore
* \defgroup pico_i2c_slave pico_i2c_slave
* \defgroup pico_rand pico_rand
* \defgroup pico_stdlib pico_stdlib
* \defgroup pico_sync pico_sync