Connect accelerometer to stm32
Posted on December 04, 2011 at 23:11Hello. I have troubles with connecting adxl345 to stm32f103vet6.When I try to read a data from device, I always get '0'. For example:int16_vect3 myVec;ADXL_GetACC(myVec);///myVec.x now is '0', myVec.y=0,myVec.z=0I...