-
Notifications
You must be signed in to change notification settings - Fork 0
mkleemann/adc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AVR module: Analog/Digital Converter ================================================================================ 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 adc module. Environment: ------------ <some project path> : | +- config | | | +- adc_config.h | +- adc | | | +- <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/adc.git <path/to/adc/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 analog/digital converter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published