1

I am making my own app for my project with Blynk so I need the Blynk API it works fine with Digital Pins I am getting the right value. But I tried with analog pin I used this syntax: http://blynk-cloud.com/auth_token/get/pin

When I give the analog pin it shows the value as 0 always but in Blynk app it shows correctly.

["0"]

This is what I get when I give

http://188.166.206.43/6OlIG-nyToVY*******************/get/A0

How can I get the analog pin value?

halfer
  • 19,824
  • 17
  • 99
  • 186
Rohit
  • 71
  • 9

1 Answers1

2

Type D17 instead of A0. It Works!!

Rohit
  • 71
  • 9