Files

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 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.