struct EdgeAI::Devices::GPIOLines
- EdgeAI::Devices::GPIOLines
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Extended Modules
- JSON::Schema
Defined in:
controllers/devices.crConstructors
- .new(name : String, label : String, lines : UInt32)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(name _name = @name, label _label = @label, lines _lines = @lines)
- #label : String
- #lines : UInt32
- #name : String