Enumeration
MWModules
No overview available.
Framework
- Meta
Wear
Declaration
enum MWModules
Topics
Enumeration Cases
Instance Properties
var id: MWModules.ID
Use for creating a dictionary keyed regardless of associated values.
Type Properties
static let NA: Int
Not available
Type Methods
Enumerations
enum ID
Use for creating a dictionary keyed regardless of associated values.
Default Implementations
Relationships
Conforms To
Swift
.Decodable Swift
.Encodable Swift
.Equatable Swift
.Identifiable
See Also
Modules
struct MWAmbientLight
Lux (Illuminance)
struct MWBuzzer
The haptic module controls a high current driver to power a motor or buzzer (or similar devices).
struct MWHapticMotor
In the MMR+ model, the coin vibration motor provides haptic feedback. It does not provide pulse-width modulation capability.
struct MWThermometer
Celcius
struct MWStepCounter
Emits steps detected in 20 step intervals.
struct MWStepDetector
Emits each time a step is detected, leaving summation to you.