Skip to content

Commit

Permalink
Added support for number pad control
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Mar 14, 2023
1 parent a854348 commit 75bdee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Entities/Exercise.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public extension Exercise {

public extension Exercise {
static let intensityRange: ClosedRange<Float> = 0 ... 500
static let intensityPrecision = 1
static let intensityStepRange: ClosedRange<Float> = 0.1 ... 25
static let intensityStepPrecision = 1
static let settingRange: ClosedRange<Int16> = 0 ... 50

static let defaultUnits: Int16 = 0
Expand Down

0 comments on commit 75bdee4

Please sign in to comment.