From fcbc61e346b1b0b1962d410b1d28fca5f53d627b Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 3 Apr 2015 18:58:30 +0200 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e12b80e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# discoverpixy +Project with the Pixy cam and the STM32F4 Discovery + +## Folder structure +* *common*: device independent code and the "Application" itself +* *emulator*: display/touch/sd emulator written in qt. pixy can be connect via usb to computer +* *discovery*: display/touch/sd/pixy can be connected to STM32F4Discovery + +All code in the common folder **MUST** be device independent. + +The folder *common/lowlevel* provides the function headers for the device specific code. + + +## How to build +Go into the *emulator* or the *discovery* folder an use *make*