Skip to content

Commit 6d568a0

Browse files
Added temperature sensor board schematics
1 parent cced476 commit 6d568a0

File tree

7 files changed

+4019
-0
lines changed

7 files changed

+4019
-0
lines changed

gui/.DS_Store

0 Bytes
Binary file not shown.

gui/healthypi3_gui/.DS_Store

0 Bytes
Binary file not shown.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="">
3+
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26"/>
4+
<application android:debuggable="true" android:icon="@drawable/icon" android:label="">
5+
<activity android:name=".MainActivity" android:theme="@android:style/Theme.NoTitleBar">
6+
<intent-filter>
7+
<action android:name="android.intent.action.MAIN"/>
8+
<category android:name="android.intent.category.LAUNCHER"/>
9+
</intent-filter>
10+
</activity>
11+
</application>
12+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mode=Java
2+
mode.id=processing.mode.java.JavaMode

hardware/.DS_Store

2 KB
Binary file not shown.

hardware/pc_rpi_healthypi_v3_max30205_temp/pc_rpimax30205_brk.brd

+485
Large diffs are not rendered by default.

hardware/pc_rpi_healthypi_v3_max30205_temp/pc_rpimax30205_brk.sch

+3,520
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)