Bridgetek / ft9xx-sdk

ft90x SDK
MIT License
6 stars 0 forks source link

ft900_i2cs.h header file not included in ft900.h for FT93x targets #27

Closed brtchip-gdm closed 1 year ago

brtchip-gdm commented 1 year ago

The following line is missing in the #if defined(__FT930__) section:

#include <ft900_i2cs.h>

This will cause the "I2C Slave Example 1" to give warning messages for an FT93x target.

brtchip-gdm commented 1 year ago

Include line added for v2.7.0.