adafruit / Adafruit_AM2320

Arduino library for AM2320 sensor
17 stars 8 forks source link

Command list #10

Closed SaucyBoyTheSecond closed 2 years ago

SaucyBoyTheSecond commented 2 years ago

Hello, I was wondering if there is a command list so i can better understand how the code functions. I wanted to use this in a school project, but i need to create flowchart with it, the specific command i am looking for is from the demo and is as follow: Adafruit_AM2320 am2320 = Adafruit_AM2320(); any answers are appreciated

ladyada commented 2 years ago

doxygen is here http://adafruit.github.io/Adafruit_AM2320/html/index.html all other code is in the examples and source :)