I’ve installed the Git Hub micropython-ruuvitag on a Raspberry pi Pico W. Works great to read nearby RuuviTags. However, I cannot find a way to actually use the ruuvi data that is generated (other than seeing it in the console). The output seems to be generated by the function
**def cb(ruuvitag):**
However, I can’t find where this function is called, and therefore can’t figure out how to set a return(value) that I can use elsewhere. I’m sure I am missing something simple. Any thoughts?