diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-27 19:45:24 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-27 19:45:24 +0100 |
commit | e4e5808040a2d6123ac1d783f63882b636f80ea0 (patch) | |
tree | 3af8c8b30f92968156e83ed5fd24cbecdce8b921 /include | |
parent | edf4fd02a8b8875144948d388aa025fb5c4f56c0 (diff) |
max44006: remove unused red, green, blue, clear, ir class variables
Diffstat (limited to 'include')
-rw-r--r-- | include/driver/max44006.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/driver/max44006.h b/include/driver/max44006.h index 7421914..3406d16 100644 --- a/include/driver/max44006.h +++ b/include/driver/max44006.h @@ -63,9 +63,7 @@ class MAX44006 { unsigned char txbuf[2]; unsigned char rxbuf[10]; - AmbientConfig ambientConfig; - - uint16_t clear, red, green, blue, ir; + unsigned char ambientConfig; public: |