REQUEST: Blynk C example

If you are asking a question, please follow this template:

I’d like to integrate Blynk in my app.

I can’t find any examples - the video on the website instructs me to a project which isn’t present in the repository.

Can anyone guide me as to how I can print a simple integer to Blynk in a loop?

Thank you!

Please use https://github.com/mongoose-os-apps/blynk

Thank you for your response. I’ve seen that - it appears to be some sort of Javascript application, which I don’t code in. I’m really looking for something that illustrates how to use the C API here: https://mongoose-os.com/docs/mongoose-os/api/cloud/blynk.md

The app uses that blynk library which has both C and JS API:

Link the same lib to your app and use C instead of JS.