aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simplemotion_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h
index 8513d59..06cc4b2 100644
--- a/simplemotion_defs.h
+++ b/simplemotion_defs.h
@@ -261,6 +261,10 @@
* Note: this is present only in SM protocol version 27 and later.
*/
#define SMP_BUFFERED_MODE 16
+ #define BUFFERED_INTERPOLATION_MODE_MASK 0x0F
+ #define BUFFERED_INTERPOLATION_MODE_NEAREST 0
+ #define BUFFERED_INTERPOLATION_MODE_LINEAR 1
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////