From 901b5b29fd94d779bbbf5c0a61bdc15b4b959f19 Mon Sep 17 00:00:00 2001 From: Tero Kontkanen Date: Fri, 22 Sep 2017 13:53:29 +0300 Subject: Add interpolation mode & mask definitions --- simplemotion_defs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'simplemotion_defs.h') 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 + ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3