This is my checklist since there's so many things to do - maybe useful for others but its specifically for people deploying 'official' adafruit libraries
- Create Adafruit_CircuitPython_sensor in https://github.com/adafruit
- Go to git repo settings, manage access, add CircuitPython Librarians team, then set to Write
- Fork to @ladyada
-
git clone
to M4 board and to personal library folder -
cd
to the personal library directory in MSYS2, runcookiecutter gh:adafruit/cookiecutter-adafruit-circuitpython
- Move everything from the new directory up one to git repo
- Remove
README.md
Open up adafruit_sensor.py and fix capitalization of first naming after license
Add short description for first .. todo::
Add URL or remove second todo
Remove third todo, uncomment deps
- Open up
requirements.txt
- verifyAdafruit-Blinka
is there, possiblyadafruit-circuitpython-busdevice
. For UART devices, addpyserial
- Open up README.rst and update the description
.. todo::
- Open up docs/index.rst and remove the todo's
- Do first commit & PR
- Write code!
- Add example to examples/simpletest.py empty file
- Run pylint on adafruit_sensor.py and examples/simpletest.py
- Once those pass, do another commit
- Put example in README.rst like so:
Text editor powered by tinymce.