Update missing exercises and add some additional content

This commit is contained in:
2023-01-18 21:11:42 +01:00
parent 306bb4e8bf
commit 05bb18a600
5 changed files with 24 additions and 12 deletions

View File

@@ -4,4 +4,4 @@ This directory contains the used code for the hacking challenge, a function test
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
The code is copyright by Christopher Scheuring <chris@aucmail.de> and 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**.