Hello,
I have recently managed to toggle the RGB LEDs on and off through using Processor Expert. My next experiment is trying to interface with the 3-axis Accelerometer. From inspecting the user guide, I can see that the 3-axis Accelerometer is interfaced through an I2C bus and two GPIO signals.
From this information, I have manged to create the components.
I would like to store the values of the 3-axis Accelerometer and/or display these values on a Putty Terminal. I can interface with the Putty Terminal (already displayed Hello World message).
I would also like to control the RGB LEDs through the 3-axis Accelerometer.
How would I go about fulfilling these two experiments separately??