X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/0cae7b743c21a361befb0332342e976436e53d16..c101e015babf654c03b95975e34cb7d06586cd26:/project/Readme.md diff --git a/project/Readme.md b/project/Readme.md index f52d8e0..2866286 100644 --- a/project/Readme.md +++ b/project/Readme.md @@ -1,4 +1,4 @@ -# Project Folder +# Project All project-specific files should be stored in the /project folder to try to keep the generic HW-level code and drivers seperate from the business logic @@ -6,8 +6,6 @@ of your individual project. This makes it easier to reuse your code in other projects, and also update the drivers and HW-level code if newer version of these common-files become available. -# FOLDERS - ## commands/ Code to implements specific commands for the command-line interface. Requires @@ -16,10 +14,6 @@ be stored in a seperate file(ex.: "command/cmd_hello.c"), though this isn't a strict requirement and you may wish to store multiple related commands in one .c file, such as 'cmds_graphics.c' etc. -## documentation/ - -Project-specific documentation is stored here - # FILES ## cmd_tbl.h