import AboutMe
public struct Sam: About {
// π Iβm currently working on
public var currentWorkplace: Workplace {
return Workplace(
name: "Ravn"
position: "Sr. Lead iOS Engineer"
)
}
// π¨βπ» Having fun with these
public var programmingLanguages: [Language] {
return [
Language(name: "Swift"),
Language(name: "Objective-C"),
Language(name: "Python"),
Language(name: "C++")
]
}
// π± Ask me about iOS
public var technologies: [IOSTechnology] {
return [
IOSTechnology(name: "UIKit"),
IOSTechnology(name: "RxSwift"),
IOSTechnology(name: "SwiftUI"),
IOSTechnology(name: "Combine")
]
}
// β‘ Fun fact
public func executeSwiftWithATwist() {
print("I love working on Raspberry Pi projects using Swift! Check out my libraries π")
let libraries: [Library] = [
Library(
name: "SwiftyXBee",
purpose: "A Swift library for communicating with XBee radios in API mode"
),
Library(
name: "SwiftFlowMeter",
purpose: "A Swift library for using Hall effect based water flow sensors."
),
Library(
name: " SwiftySHT20",
purpose: "A Swift library for the I2C SHT20 Humidity and Temperature Sensor."
)
]
publish(libraries: libraries)
}
}
Pinned Loading
-
SwiftyXBee
SwiftyXBee Publicβ‘οΈ A Swift library for communicating with XBee radios in API mode
-
SwiftFlowMeter
SwiftFlowMeter Publicβ‘οΈ A Swift library for using Hall effect based water flow sensors.
Swift 25
-
SwiftySHT20
SwiftySHT20 Publicβ‘ A Swift library for the I2C SHT20 Humidity and Temperature Sensor.
Swift 20
-
SwiftyAM2315
SwiftyAM2315 Publicβ‘οΈ A Swift library for the I2C AM2315 Humidity and Temperature Sensor.
Swift 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.