Add DHBW challenge code and update missing license info

This commit is contained in:
2023-01-17 03:00:42 +01:00
parent 71d44e4e22
commit 3134c70b5e
5 changed files with 687 additions and 0 deletions

7
src/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Code used by Hardware Hacking 101
This directory contains the used code for the hacking challenge, a function test of the board, the needed libs.
The directory DEMO-SD-Card contains the used directory structure of the sd-card which is attached by the SPI card reader. The sd-card must the vfat formatted and the content of the DEMO-SD-Card must be copied inside the root of the sd-card.
The code is licensed under the GPLv3 (https://www.gnu.org/licenses/gpl-3.0.de.html) - **except** the code of the files ./lib/bmp180.py and ./lib/sdcard.py