diff --git a/README.md b/README.md new file mode 100644 index 0000000..c16bc92 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# TempTrack + +![](images/banner.jpg) + +This repository contains the iOS App to connect to a temperature logger, retrieve the measurements, as well as store and display them. +You can find more information in my [blog](https://christophhagen.de/projects/electronics/temp-logger/en.html). + +![](images/screens.jpg) diff --git a/TempTrack.xcodeproj/project.pbxproj b/TempTrack.xcodeproj/project.pbxproj index 11661d0..a7fe1dd 100644 --- a/TempTrack.xcodeproj/project.pbxproj +++ b/TempTrack.xcodeproj/project.pbxproj @@ -61,6 +61,7 @@ 88404DE42A31F23E00D30244 /* UInt16+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt16+Extensions.swift"; sourceTree = ""; }; 88404DE82A31F7D500D30244 /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = ""; }; 88404DEA2A37BE3000D30244 /* DeviceWakeCause.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceWakeCause.swift; sourceTree = ""; }; + 888362372A8CC3C60032BBB2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 88CDE04B2A2508E900114294 /* TempTrack.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TempTrack.app; sourceTree = BUILT_PRODUCTS_DIR; }; 88CDE04E2A2508E900114294 /* TempTrackApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TempTrackApp.swift; sourceTree = ""; }; 88CDE0502A2508E900114294 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; @@ -118,6 +119,7 @@ 88CDE0422A2508E800114294 = { isa = PBXGroup; children = ( + 888362372A8CC3C60032BBB2 /* README.md */, 88CDE04D2A2508E900114294 /* TempTrack */, 88CDE04C2A2508E900114294 /* Products */, ); diff --git a/images/banner.jpg b/images/banner.jpg new file mode 100644 index 0000000..9f23e42 Binary files /dev/null and b/images/banner.jpg differ diff --git a/images/screens.jpg b/images/screens.jpg new file mode 100644 index 0000000..20c88ad Binary files /dev/null and b/images/screens.jpg differ