This is a template project that uses the general-purpose ADC / DAC board in use in the ICL Ultracold Strontium Laboratory. This repository uses PlatformIO to import the GeneralADCDAC library as a dependency. You should install Visual Studio Code and the PlatformIO extension.
To use this template, either:
- Clone this project into a new folder
- Delete the git history:
rm -rf .git - Reinitialise it as a new project:
git init && git add . && git commit -am "Init"
Or:
- Use the "New project" button in the "Genreal ADC DAC board" group on GitLab
- Select "Create from Template"
- Select the "General ADC DAC board" template
Then, in either case, set up the "latest_hash.h" versioning by copying the
hooks into .git/hooks:
cp hooks/* .git/hooks.