Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
No ctor for braced initializer list available, therefore reverting to…
Browse files Browse the repository at this point in the history
… braces
  • Loading branch information
aentinger committed Nov 30, 2020
1 parent 7f44f1c commit c054597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TMF8801-Basic/TMF8801-Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TMF8801::AlgoState const TMF8801_ALGO_STATE{0xB1, 0xA9, 0x02, 0x00, 0x00, 0x00,
* GLOBAL VARIABLES
**************************************************************************************/

ArduinoTMF8801 tmf8801{i2c_write, i2c_read, delay, TMF8801_DEFAULT_I2C_ADDR, TMF8801_CALIB_DATA, TMF8801_ALGO_STATE};
ArduinoTMF8801 tmf8801(i2c_write, i2c_read, delay, TMF8801_DEFAULT_I2C_ADDR, TMF8801_CALIB_DATA, TMF8801_ALGO_STATE);

/**************************************************************************************
* SETUP/LOOP
Expand Down

0 comments on commit c054597

Please sign in to comment.