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.