This file was in the wrong directory. All the corresponding extensions that need to be ignored, are added to the .gitignore of the firmware or VectorCAST.
Files has been modified many times manuallu on my branch as you asked a week or toow before 2020 and by Dara's script on master on 2019 and 2020. It might be me merging files from my branch to master with 2019, since I think his script is running only on master branches.
Files has been modified many times manuallu on my branch as you asked a week or toow before 2020 and by Dara's script on master on 2019 and 2020. It might be me merging files from my branch to master with 2019, since I think his script is running only on master branches.
Files has been modified many times manuallu on my branch as you asked a week or toow before 2020 and by Dara's script on master on 2019 and 2020. It might be me merging files from my branch to master with 2019, since I think his script is running only on master branches.
Files has been modified many times manuallu on my branch as you asked a week or toow before 2020 and by Dara's script on master on 2019 and 2020. It might be me merging files from my branch to master with 2019, since I think his script is running only on master branches.
The scope on these variables is too narrow. You will want to make latest load cell values available to other modules via a "get" function and you'll need to move these up to module level to do that. Also, generally speaking, it is difficult to unit test functions that have static variables declared in them so I would not recommend doing this.