RAK19011 with RAK4631
What are the Analog Pins?
How can they be used in Code?
RAK19011 with RAK4631
What are the Analog Pins?
How can they be used in Code?
Hi @Majestic_Point_5834 ,
I haven’t used all the analog input listed on the variant.h folder other than A0 and A1.
But these are the analog input defined on the Macros.
You can use the standard analogRead(PIN_A0) by the arduino.
Also you can use WisBlock notation.
like analogRead(WB_A0)