-
Notifications
You must be signed in to change notification settings - Fork 369
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, let's try to merge the pybytes and non-pybytes versions, otherwise we end up with 10 release artefacts.
also pls use the same order of things, so, if it's scan, sense, track (ok, alphabetical :) ) followed by sense, track for 2 - fine. then it should be the same order everywhere
shields/pyscan_1.py
Outdated
@@ -28,6 +36,12 @@ | |||
lt = LTR329ALS01(py) | |||
li = LIS2HH12(py) | |||
|
|||
pybytes_enabled = False | |||
if 'pybytes' in globals().keys(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no keys()
makefile combines libraries for shields into separate folders
Im not sure if this is the correct makefile procedure, but though to get started on it anyways