Unify folder name convention with my other repos (first upper letter singular nouns)

pull/235/head
Robert Gawron 2020-10-22 11:24:03 +02:00
rodzic b505003a80
commit ba010a2137
117 zmienionych plików z 27 dodań i 6 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ matrix:
sudo: true
before_install:
- sudo apt-get install -y sdcc cmake
- cd ./software/Firmware
- cd ./Software/Firmware
script:
- sdcc --version
- mkdir build_directory
@ -20,7 +20,7 @@ matrix:
sudo: true
before_install:
- sudo apt-get install -y texlive-latex-base texlive-latex-extra texlive-extra-utils poppler-utils
- cd ./documentation/diagrams
- cd ./Documentation/Diagrams
script:
- chmod +x ./creatediagrams.sh
- ./creatediagrams.sh
@ -31,7 +31,7 @@ matrix:
sudo: true
before_install:
- sudo apt-get install -y cppcheck
- cd ./software/Firmware
- cd ./Software/Firmware
script:
- cppcheck --enable=all --inline-suppr --force --quiet --error-exitcode=1 Src/* Inc/*
@ -42,7 +42,7 @@ matrix:
before_install:
- sudo apt-get install -y python3-pip
- pip3 install pyflakes
- cd ./software/DataAcquisition
- cd ./Software/DataAcquisition
script:
- pyflakes *.py

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 541 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 541 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 77 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 77 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 304 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 304 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 167 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 167 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 224 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 224 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 225 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 225 KiB

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 747 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 747 KiB

Wyświetl plik

@ -10,14 +10,14 @@ When air's atoms are hit by radioactive particles, an ion-pair is produced. Ions
They will try to "meet each other" (I don't know how to explain it) thus creating a current. This current can be measured. The current is proportional to amount of ion-pairs. Amount of ion-pairs is proportional to radioactivity level.
![architecture](https://raw.githubusercontent.com/RobertGawron/IonizationChamber/master/documentation/pictures/pcb_01_09_2019.jpg)
![architecture](https://raw.githubusercontent.com/RobertGawron/IonizationChamber/master/Documentation/Pictures/pcb_01_09_2019.jpg)
## System architecture
It is designed in a way that the device can work remotely, e.g. no connection via USB cable to users PC is needed.
![architecture](https://raw.githubusercontent.com/RobertGawron/IonizationChamber/master/documentation/diagrams/ArchitectureOverview-1.png)
![architecture](https://raw.githubusercontent.com/RobertGawron/IonizationChamber/master/Documentation/Diagrams/ArchitectureOverview-1.png)
Remarks:
* Amplifier has three stages (first stage is transimpedance amplifier, not FET like most projects use).

Wyświetl plik

@ -0,0 +1,7 @@
# Firmware
* ["Data processing and firmware flashing" node architecture
](https://github.com/RobertGawron/IonizationChamber/wiki/%22Data-processing-and-firmware-flashing%22-node-architecture
)
* [Setting up development environment on Linux
](https://github.com/RobertGawron/IonizationChamber/wiki/Setting-up-development-environment-on-Linux)

Wyświetl plik

@ -0,0 +1,9 @@
# Firmware
* ["Data processing and firmware flashing" node architecture
](https://github.com/RobertGawron/IonizationChamber/wiki/%22Data-processing-and-firmware-flashing%22-node-architecture
)
* [Setting up development environment on Linux
](https://github.com/RobertGawron/IonizationChamber/wiki/Setting-up-development-environment-on-Linux)
* [Firmware compilation and hardware flashing
](https://github.com/RobertGawron/IonizationChamber/wiki/Firmware-compilation-and-hardware-flashing)

Some files were not shown because too many files have changed in this diff Show More