So I borrowed the Clue from a friend (who got it in the sensor adabox) and I'm confused as to where the manual is? I've found a few fragmented sources, but no comprehensive guide on how to use the product.
There's this (
https://learn.adafruit.com/adafruit-clue/pinouts) which tells me a few lines on how to access
some of the components, but not all.
There's this (
https://circuitpython.readthedocs.io/pr ... t/api.html) which shows how to print values from a given sensor, but not what any of it means.
There's this (
https://learn.adafruit.com/adafruit-clue/circuitpython) which has a few lessons on basic CircuitPython, but for some reason the example code is sometimes board agnostic? There's things like "If you are using Adafruit CLUE, you will need to edit the code to use board.D17 as shown below!" but this guide is under the main Clue overview, why is there caveats for the QT Py? This is a Clue guide.
There's this (
https://learn.adafruit.com/welcome-to-c ... cuitpython) but again, it's board agnostic. It doesn't answer most of the things I don't understand.
It was my understanding that the Clue was an educational tool. Where's the, yknow, educational material for this specific product? Am I supposed to bounce from snippet to snippet and figure out everything on my own? I'm very confused.