Skip to content

Commit 1154cbe

Browse files
committed
release/0.0
Signed-off-by: Andy Liu <[email protected]>
1 parent f56890a commit 1154cbe

File tree

15 files changed

+44
-44
lines changed

15 files changed

+44
-44
lines changed

Examples/ADXL345/ReadXYZ/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "ReadXYZ",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/BMP280/ReadValues/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "ReadValues",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/DS3231/Alarm/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "Alarm",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/DS3231/ReadTime/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "ReadTime",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/DS3231/Timer/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "Timer",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/IS31FL3731/BreathingLED/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "BreathingLED",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/IS31FL3731/DrawPixels/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "DrawPixels",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/IS31FL3731/Frame/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "Frame",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/IS31FL3731/ScrollingText/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "ScrollingText",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/MPU6050/ReadValues/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ let package = Package(
55
name: "ReadValues",
66
dependencies: [
77
// Dependencies declare other packages that this package depends on.
8-
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMajor(from: "0.0.1")),
9-
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMajor(from: "0.0.1")),
10-
.package(url: "https://github.com/madmachineio/MadDrivers.git", .branch("main")),
8+
.package(url: "https://github.com/madmachineio/SwiftIO.git", .upToNextMinor(from: "0.0.1")),
9+
.package(url: "https://github.com/madmachineio/MadBoards.git", .upToNextMinor(from: "0.0.1")),
10+
.package(url: "https://github.com/madmachineio/MadDrivers.git", .upToNextMinor(from: "0.0.10")),
1111
],
1212
targets: [
1313
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)