eensy/i2c
Types
pub type OpenParameters {
Scl(Int)
Sda(Int)
ClockSpeedHz(Int)
}
Constructors
-
Scl(Int)
-
Sda(Int)
-
ClockSpeedHz(Int)
Functions
pub fn open(parameters: List(OpenParameters)) -> Int