Hi there,
Just a quick question. Can anyone point me in the direction of some code for the LPY503AL gyro to enable me to see the angles in the serial monitor? I don't know if I'm just being daft, but I can't seem to find anything anywhere.
Cheers.
Hi there,
Just a quick question. Can anyone point me in the direction of some code for the LPY503AL gyro to enable me to see the angles in the serial monitor? I don't know if I'm just being daft, but I can't seem to find anything anywhere.
Cheers.
It seems to produce an analogue output for each axis, so you should just need to Serial.print() the results of analogRead().
Thank you. Done it. Apologies, I'm only a beginner.
No need to apologise. We were all beginners at some point.