diff options
-rw-r--r-- | annotated_example.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/annotated_example.py b/annotated_example.py index cb50307..c54839b 100644 --- a/annotated_example.py +++ b/annotated_example.py @@ -13,6 +13,10 @@ This is my annotation of this file to get an understanding of how we are supposed to interact with the Stream Deck. Note that I will for simplicity's sake only consider the original stream deck for code expansion. Note that if you ever see something like self.device, this refers to the HIDAPI object """ +""" +General Notes: + write_feature === send_feature_report +""" import os import threading |