From 6f8f574a50bcfe5aae376f42445a1a6bec9badcf Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 4 Jan 2024 14:21:33 -0700 Subject: [PATCH] Clarify about debugging --- .gitignore | 2 ++ docs/tech-notes.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ebfec5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.zip +*.hex diff --git a/docs/tech-notes.md b/docs/tech-notes.md index 8f8e890..a7fceef 100644 --- a/docs/tech-notes.md +++ b/docs/tech-notes.md @@ -12,9 +12,10 @@ Sample Rate The number of samples taken since the last HID report is sent as the second Y axis. -If you use the +If you `#define DEBUG`, +you can use the [included gamepad tester](gamepad.html), -it will show the approximate number of samples as an integer, +to see the approximate number of samples as an integer, for Y axis 2. This is approximate,