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*

3
  • Changed those, got these errors 'testingLibraries:2: error: 'serialComms' does not name a type' 'testingLibraries.ino: In function 'void serialEvent()':' 'testingLibraries:16: error: 'testing' was not declared in this scope' Commented Mar 9, 2013 at 1:30
  • This worked perfectly, thank you, I am now having trouble trying to pass arrays, do I need to use pointers to do this? I'm not sure Commented Mar 12, 2013 at 3:55
  • yes, example void foo(int *bar); see your other question for example Commented Mar 12, 2013 at 13:22