Closed bertrik closed 2 years ago
Hi, a small improvement for firmware V2.1.5, should not affect the binary produced. It makes the code a little more readable because it uses constant enum values are used for the i2c_state variable, instead of direct literal numbers.
Hi Bertrik, thanks for your suggestion. Some like enums and some like literals. Regards, Helmut
Hi, a small improvement for firmware V2.1.5, should not affect the binary produced. It makes the code a little more readable because it uses constant enum values are used for the i2c_state variable, instead of direct literal numbers.