Skip to content

Commit

Permalink
Add internal IO types of Remote Control
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinichiro Oba committed Aug 29, 2019
1 parent 42823d4 commit a8fd9e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/BoostBLEKit/Hub/PoweredUp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ public final class PoweredUp {
public init() {}

public var connectedIOs: [PortId : IOType] = [
0x00: .powerControlButton,
0x01: .powerControlButton,
0x34: .rgbLight,
0x3b: .voltageSensor,
0x3c: .unknownType0x38,
]

public let portMap: [Port: PortId] = [:]
Expand Down

0 comments on commit a8fd9e4

Please sign in to comment.