Add readme

This commit is contained in:
Christoph Hagen 2023-08-16 10:47:57 +02:00
parent 6771f511c5
commit b9773e3e46
4 changed files with 10 additions and 0 deletions

8
README.md Normal file
View File

@ -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)

View File

@ -61,6 +61,7 @@
88404DE42A31F23E00D30244 /* UInt16+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt16+Extensions.swift"; sourceTree = "<group>"; };
88404DE82A31F7D500D30244 /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = "<group>"; };
88404DEA2A37BE3000D30244 /* DeviceWakeCause.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceWakeCause.swift; sourceTree = "<group>"; };
888362372A8CC3C60032BBB2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
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 = "<group>"; };
88CDE0502A2508E900114294 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
@ -118,6 +119,7 @@
88CDE0422A2508E800114294 = {
isa = PBXGroup;
children = (
888362372A8CC3C60032BBB2 /* README.md */,
88CDE04D2A2508E900114294 /* TempTrack */,
88CDE04C2A2508E900114294 /* Products */,
);

BIN
images/banner.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

BIN
images/screens.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB