-
Notifications
You must be signed in to change notification settings - Fork 0
mkleemann/bar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AVR module: A simple bargraph using LEDs attached to atmega ports ================================================================================ A submodule used in other projects. Currently cmake is used to build a library of the module. The path structure within the project should be as follows. The includes are looked for in the subdirectory "config" and "util" at the same level as the module. Environment: ------------ <some project path> : | +- config | | | +- bar_config.h | +- bar | | | +- <submodule sources> | +- util | +- <submodule util files> Use the following git commands to get the submodule: # to get the submodule git submodule add [email protected]:mkleemann/bar.git <path/to/bar/module> # commit the submodule to your repository git commit # update your submodule, when needs be git submodule update To use the submodule, you may make use of the cmake-avr toolchain. The project has to define the include search path at the parent directory of the module. Have fun! M.
About
AVR module for bargraph with LEDs connected to atmega ports
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published