I²C library for CYBT-413055-EVAL

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
hanhes
Level 1
Level 1
25 sign-ins First reply posted 5 questions asked

Hi all,

I'm looking for an I²C-library for the CYBT-413055-EVAL board. Does anybody know where I can find it? 

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

 Hi @hanhes ,

 CYBT-413055-EVAL is based on CYW20719B2 device. Therefore you can refer the API documentation of 20719 device to get the library for I2C

https://infineon.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/index.html

I2C API documentation- https://infineon.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/group___i2_c_driver.html

I2C HAL lib - https://github.com/Infineon/20719B2/blob/master/COMPONENT_20719B2/include/hal/wiced_hal_i2c.h

Regards,
Bragadeesh

View solution in original post

0 Likes
1 Reply
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

 Hi @hanhes ,

 CYBT-413055-EVAL is based on CYW20719B2 device. Therefore you can refer the API documentation of 20719 device to get the library for I2C

https://infineon.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/index.html

I2C API documentation- https://infineon.github.io/btsdk-docs/BT-SDK/20719-B2_Bluetooth/API/group___i2_c_driver.html

I2C HAL lib - https://github.com/Infineon/20719B2/blob/master/COMPONENT_20719B2/include/hal/wiced_hal_i2c.h

Regards,
Bragadeesh
0 Likes