Files
drivers/examples
Ayke van Laethem 16d2b71820 all: do not use machine.TWI_FREQ_* constants
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.
2021-02-06 11:21:37 +01:00
..
2020-02-08 19:54:31 +01:00
2020-07-31 19:31:52 +02:00
2020-02-08 19:54:31 +01:00
2021-01-08 11:32:49 +01:00
2020-02-08 19:54:31 +01:00
2019-12-22 10:33:02 +01:00
2019-12-17 22:09:23 +01:00
2021-01-27 23:50:58 +01:00
2020-07-01 16:59:25 +02:00
2020-02-08 19:54:31 +01:00
2020-02-26 19:56:13 +01:00
2020-02-08 19:54:31 +01:00
2021-01-27 23:50:58 +01:00
2021-01-27 23:50:58 +01:00
2020-02-08 19:54:31 +01:00