Has anyone worked with the mpl3115 sensor? I wrote an application on the BBB to read the WHO_AM_I register of the mpl3115, and read it through the smbus. The correct result should be 0xc4, but it keep...
My board is in landscape mode, and when I turn it on, it needs to be automatically adjusted to portrait mode, that is, rotated 90 degrees. How can I set this? Do I need to modify the registry or chang...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:59 [/i] WDTCTL = WDTPW + WDTHOLD; BCSCTL1 &=~XT2OFF; //Set the 7th bit of the basic clock control register BCSCTL1 to 0, so that XT2 starts ...