Structure¶
Modules have the following directory tree and files:
xPico600/custom/module/
> /module_name/
module_code.c
more_module_code.c
> /bom/
cfiles.make
> /includes/
custom_includes.h
> /libraries/
custom_libraries.a
> /http/help/
module.module_name.html
The includes, libraries, and http/help directories are optional.