periph / conn

Go·Hardware·Lean - Interfaces
https://periph.io
Apache License 2.0
67 stars 12 forks source link

physic: Rename ElectricalCapacitance to ElectricCapacitance #2

Open maruel opened 3 years ago

maruel commented 3 years ago

When you look at https://periph.io/x/conn/v3/physic#pkg-examples, the type ElectricalCapacitance really stands out of the other ElectricFoo types. In hindsight, we should have used the same prefix. Thankfully this type was added fairly recently so while it's disruptive and falls into the v4 bucket, it should not break too many users.

cc @NeuralSpaz

(ported from https://github.com/google/periph/issues/391)