diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-20 18:37:21 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-20 18:37:21 -0400 |
commit | 70a66e53ddc07c71da684303782193b13051b68f (patch) | |
tree | 897e91bd50dad4c4c8d06b7e2ec22e75f142fea9 /annotated_example.py | |
parent | 2591b2d9c79d3b296ca02613cd9e740a57125ccb (diff) |
feat: detailed the relationship between write_feature and send_feature_reportbackend
Diffstat (limited to 'annotated_example.py')
-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 |