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

Is your library compatible with Teensy 4 and 4.1 ? #5

Open
jsmoconnor opened this issue May 14, 2024 · 3 comments
Open

Is your library compatible with Teensy 4 and 4.1 ? #5

jsmoconnor opened this issue May 14, 2024 · 3 comments

Comments

@jsmoconnor
Copy link

Hi

Do you know if your library is compatible with the Teensy chips Version 4 and 4.1 ?

Many thanks
James

@siteswapjuggler
Copy link
Owner

It's a very good question, as far as I know it should not be a problem as I only use standard arduino methods. The only thing is to check the default SPI pins of Teensy 4/4.1 in arduino core.

@jsmoconnor
Copy link
Author

Hi thanks for your reply.
I have got the library working.
I had to take the SPI.begin() out of the Instanciation routines and put it in the Setup function in my code.
For some reason if I did not do this the program never got to the setup routine.
Also
I changed the ADS8688::ADS8688(byte cs) to ADS8688::ADS8688(uint8_t cs) this matches the data type in the .h file.
thanks for a great library.

Regards James

@siteswapjuggler
Copy link
Owner

Well I'll prepare a commit to test this thanks for your sharing;

Sylvain

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