diff --git a/code/src/Fitbot/.idea/misc.xml b/code/src/Fitbot/.idea/misc.xml index 88e5881..e13b1ce 100644 --- a/code/src/Fitbot/.idea/misc.xml +++ b/code/src/Fitbot/.idea/misc.xml @@ -14,6 +14,7 @@ + diff --git a/code/src/Fitbot/app/src/main/res/values/themes.xml b/code/src/Fitbot/app/src/main/res/values/themes.xml index 14f6b4a..d524593 100644 --- a/code/src/Fitbot/app/src/main/res/values/themes.xml +++ b/code/src/Fitbot/app/src/main/res/values/themes.xml @@ -6,9 +6,8 @@ @color/purple_700 @color/teal_200 - - - - + + + \ No newline at end of file diff --git a/docs/documentation/android/javaClasses.md b/docs/documentation/android/javaClasses.md index dba5fbd..f7b2bb0 100644 --- a/docs/documentation/android/javaClasses.md +++ b/docs/documentation/android/javaClasses.md @@ -110,4 +110,5 @@ public class MyClass { ## Sources -* https://www.w3schools.com/java/java_modifiers.asp +* https://www.w3schools.com/java/java_modifiers.asp explanation of modifiers +* https://en.wikipedia.org/wiki/Syntax_diagram For syntax diagram \ No newline at end of file diff --git a/docs/documentation/hardware/pcb.md b/docs/documentation/hardware/pcb.md index 2f2050a..2142df2 100644 --- a/docs/documentation/hardware/pcb.md +++ b/docs/documentation/hardware/pcb.md @@ -8,7 +8,7 @@ #define PIN_IMU_INT_2 D6 ``` ## What does the pcb do -The pcb on itself is a espd1mini with no sensors or battery. You need to manual solder a battery and sensor of your choice to the pcb. +The pcb on itself is a ESP8266 with no sensors or battery. You need to manual solder a battery and sensor of your choice to the pcb. ## Original usage These pcb's where originally designed for virtual reality fullbody tracking. They are basicly movement trackers that can be used to track the movement of the body. We can also use this really well for our project.