Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • @Mikael Sorry Mikael, I'm not able to comment at your answer (because stackexchange demands me to have 50 points before I can comment). Here is the error I'm getting from your implementation. storage class specified for 'functions' Commented Feb 25, 2016 at 22:44
  • What is your setup? I do not get that error. Obviously there must be some implementation of the functions and there must be a sketch that uses the library. Commented Feb 25, 2016 at 22:52
  • Yup, I've the implementation of the functions in .cpp file (for all of these zero() etc. functions). And also, I'm getting this error when I compile a sketch using that library. Commented Feb 25, 2016 at 22:54
  • Which line does to the compiler indicate? You have added some extra character or added extern also in the implementation. Commented Feb 25, 2016 at 22:58
  • It is pointing at: extern num_func functions[]; And I've NOT added extern in the implementation. Commented Feb 25, 2016 at 23:01