Our program becomes larger and larger, it using now 65% of dynamic memory .
We also have an adxl345 sensor which speaks in i2c .
We could see that its enough to only include the library : #include <Wire.h> , and our whole program just starts doing strange things related to memory issues .
I know, you "must see" my program, but since its more or less 10 full pages of code, i dont think putting it here would benefit .
So , i was wondring, if everything works just great before we include that wire library ( without even using it) , what can we do to communicate with this chip via i2c ?