A ROS driver and firmware to connect to Sparkfun OpenLog Artemis, 9DoF Razor IMU M0, 9DOF Razor IMU and 9DOF Sensor Stick. These boards consists of 3 sensors: magnetic, gyro and acceleration sensor.
I have the SparkFun IMU M0, and when trying to upload the sketch, I get the following error:
Sketch uses 30,492 bytes (106%) of program storage space. Maximum is 28,672 bytes.
Global variables use 2,676 bytes (104%) of dynamic memory, leaving -116 bytes for local variables. Maximum is 2,560 bytes
I've tried to use int-s instead of float-s wherever I can, but I'm still above the limit.
Do you have any suggestions how I can overcome the memory limitations?
I have the SparkFun IMU M0, and when trying to upload the sketch, I get the following error:
I've tried to use
int
-s instead offloat
-s wherever I can, but I'm still above the limit.Do you have any suggestions how I can overcome the memory limitations?