Hello guys I have one library with extension .lib,but I am having troubles to import it inside the arduino IDE because it want .cpp file or zip.
Is it possible to upload it ?
Where did it come from? If it is a compiled library ready for linking, it is not likely that it is able to be used on the arduino.
Is there any way to see the logic atleast,because I am trying to implement pedometer using ti_pedometer algorithm based on adxl345 acelerometer
Again, if it is compiled, probably not. If it is source code, you can.
why arduino ide cant work with external libraries after all they are linked threw .h info ?
The arduino can work just fine with an external library, if it is in C/C++ source code. A .lib is usually compiled for a particular processor/operating system and cannot be reverse engineered for the arduino. The .h has nothing to do with it.