0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed setAddr and now I get nonconstant numbers for the accelerometer. More... almost 12 years ago
Fixed the handling of bits for the magnetometer readings. They look plausible now, though I haven't tested them thoroughly. More... almost 12 years ago
Implemented the enableDefault method and now the magnetometer values fluctuate by the accelerometer values are still constant. More... almost 12 years ago
Added a TODO for readAcc. More... almost 12 years ago
Implemented readAcc and readMag using libi2c-dev, thanks to Wojciech Musial. However the data it reads seems to be constant: 65389 77 65472 16 0 0. More... almost 12 years ago
Added Eigen. Attempted to read a block of data from the magnetometer. Not sure if that's OK but I got crazy kernel errors and warnings. More... almost 12 years ago
Fixed emacs indetation style. More... almost 12 years ago
Created the LSM303 class. More... almost 12 years ago
Simplified the code by using i2c_smbus functions. Unfortunately I had to add this header file that doesn't seem to be on my system, i2c-dev.h, which I got from eeprog-0.7.6.tar.gz. More... almost 12 years ago
Got it to think that it's reading 0x00 from the device, not sure if that's real. More... almost 12 years ago
Initial commit with C++ hello world program. More... almost 12 years ago