Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Firmware/Example1_BasicReadings/MLX90640_I2C_Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//SAMD21 uses RingBuffer.h
#define I2C_BUFFER_LENGTH SERIAL_BUFFER_SIZE

#elif __MK20DX256__
//#elif __MK20DX256__
//Teensy

#elif ARDUINO_ARCH_ESP32
Expand Down
2 changes: 1 addition & 1 deletion Firmware/Example2_OutputToProcessing/MLX90640_I2C_Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//SAMD21 uses RingBuffer.h
#define I2C_BUFFER_LENGTH SERIAL_BUFFER_SIZE

#elif __MK20DX256__
//#elif __MK20DX256__
//Teensy

#elif ARDUINO_ARCH_ESP32
Expand Down