-1

I am having a compilation error saying invalid useof template-name 'Timer without an argument list.

arduino code

3
  • 4
    First: What is your font dude? XD Second: Please don't show images of code here. Instead you should copy and paste the code as text into your question. Then select the code and click on the {} button to format it correctly. And third: You should include the complete error message (as text like the code) into your question. Also provide links to the Timer library, that you are using. Commented Oct 13, 2019 at 11:43
  • 2
    Second: Which timer library are you talking about? Have you looked at its doc/examples ? Commented Oct 13, 2019 at 11:55
  • i love the font ... what is its name? Commented Oct 13, 2019 at 23:05

1 Answer 1

0

Read, play with, and understand the Arduino BlinkWithoutDelay basic example. Understand means learn that it does not only apply to blinking, but to any time related action without blocking the main loop().

It's better learning the basics than using libraries in a wrong way.

1
  • thank you for your avid response, it was my first time posting here. i will Read, play with, and understand the Arduino BlinkWithoutDelay. Commented Oct 14, 2019 at 7:57

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.