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

How to use #4

Open
toncho11 opened this issue Jan 24, 2024 · 0 comments
Open

How to use #4

toncho11 opened this issue Jan 24, 2024 · 0 comments
Labels
question Further information is requested

Comments

@toncho11
Copy link

Hi,

I am using it like that on an Arduino Uno Rev3:

#define THROW_ERROR_IF_NOT_FAST
const byte analogPin     = 14; //A0 is pin 14

void loop() {

  current_value = analogReadFast(analogPin);

}

Do I need any initialization in setup or something else? I need to test further, but I think I am not getting any improvement.
Do I need to reduce the precision of the DAC myself?

Thanks.

@boseji boseji added the question Further information is requested label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants