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

SPI clock frequency #7

Open
AlbiBone opened this issue Jan 4, 2019 · 2 comments
Open

SPI clock frequency #7

AlbiBone opened this issue Jan 4, 2019 · 2 comments

Comments

@AlbiBone
Copy link

AlbiBone commented Jan 4, 2019

Hi everyone,
here some question about this fantastic library:

  1. I would like to increase the SPI clock frequency: I notice that ADS1262 allow a maximum frequency of 8 MHz, but I do not find the settings in the "Table of Contents".

  2. In addition I notice that there is not #include "SPI.h" at the begin of your "ADS126X" library. Why?
    How the ADS1262 comunicate with my Arduino?

Regards,
A

@Molorius
Copy link
Owner

  1. This is currently hardcoded into src/boards/arduino.cpp.
  2. SPI.h is included in src/boards/arduino.cpp.

You should be able to change the frequency, thanks for pointing that out. I will try to make a fix for this soon.

@AlbiBone
Copy link
Author

Thanks you for the info @Molorius , I will have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants