mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 06:27:47 +00:00
16d2b71820
These constants were always a bit weird:
* they use an uncommon name (TWI instead of I2C)
* they don't follow Go naming conventions (CamelCase)
* the constants don't provide much value: their name is their value
(100KHZ => 100e3).
Therefore, I propose we remove them and replace them with regular
numeric constants.