From d56d62082924fe987f55aade38259d70049fa04c Mon Sep 17 00:00:00 2001 From: Akil M Hylton Date: Fri, 7 Aug 2020 21:46:06 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a6235cd..6f1a31e 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ It is used to measures the amount of air you're able to breathe in and out. 2. ```docker build -t panflute:1.0 .``` 3. ```docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb panflute:1.0``` 4. You should now be greeted with a terminal environment, which has all the necessary libraries needed to compile and flash the firmware. + +Directory Structure +------ + . + ├── board # Code that runs on the ATtiny841 + └── doc # Doxygen documentation folder