diff options
Diffstat (limited to 'include/driver/max44006.h')
-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: |