I guess is a very trivial answer for many but I am not sure in my case. I am writing an open-source firmware, which might also get documented and commercial use is not excluded from who is using it.
This involves an I2C capability. Is there any issue in calling it I2C, or should I change the name? Like Arduino called it TwoWire, some IIC. Shall I invent a new name, or using a random name in the code and documentation? Are there some "free" namings for I2C?
If you want to downvote, please be constructive and/or address me to the right space.