Skip to content

Software usage #28

Answered by NuclearPhoenixx
rifi07 asked this question in Q&A
Mar 21, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi,
Basically the most important function is the eventInt function that is tied to an interrupt. It triggers when the threshold is exceeded and enabled the ADC measurements with averaging and so on. You'd need to keep that, most of the other functions only deal with Pico related stuff or serial input/output.

The setup functions are basically self explanatory and the loop functions mostly only handle the serial output. I have no idea what the MKR ZERO can or cannot do, so you'll have to figure it out on your own. You could just try to compile it within the Arduino IDE and just remove bits that throw an error except for the eventInt function obviously.

Hope I could help at least a little bit.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rifi07
Comment options

@NuclearPhoenixx
Comment options

Answer selected by rifi07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants