From 70a66e53ddc07c71da684303782193b13051b68f Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Sat, 20 Sep 2025 18:37:21 -0400 Subject: feat: detailed the relationship between write_feature and send_feature_report --- annotated_example.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'annotated_example.py') 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 -- cgit v1.2.3