Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the adxl345#2 #46

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jan 10, 2022

  1. Fix array size error in secrets.h

    Signed-off-by: Dhruva Gole <[email protected]>
    DhruvaG2000 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e6da398 View commit details
    Browse the repository at this point in the history
  2. Get ADXL345 working

    Signed-off-by: Dhruva Gole <[email protected]>
    DhruvaG2000 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    78a617d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. ADXL345 get readings from FiFo stream

    - moved the ADXL345 setup stuff into a dedicated startADXL345 function
    - Now takes readings when fifo is full. The fifoFull interrupt comes on
      Pin 2
    
    Signed-off-by: Dhruva Gole <[email protected]>
    DhruvaG2000 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a7ce3fa View commit details
    Browse the repository at this point in the history
  2. main.cpp: deleted redundant pinmode line

    Signed-off-by: Dhruva Gole <[email protected]>
    DhruvaG2000 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1592300 View commit details
    Browse the repository at this point in the history
  3. Minor cleanup: move adxl flags to config.h

    Signed-off-by: Dhruva Gole <[email protected]>
    DhruvaG2000 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    93747f2 View commit details
    Browse the repository at this point in the history