Timeline for answer to Writing Libraries for Arduino by mpflaga
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 12, 2013 at 13:22 | comment | added | mpflaga | yes, example void foo(int *bar); see your other question for example | |
| Mar 12, 2013 at 3:55 | comment | added | Bubo | 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 | |
| Mar 12, 2013 at 3:54 | vote | accept | Bubo | ||
| Mar 9, 2013 at 1:50 | history | edited | mpflaga | CC BY-SA 3.0 |
I added code that compiles fine after fixing the typos.
|
| Mar 9, 2013 at 1:30 | comment | added | Bubo | 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' | |
| Mar 9, 2013 at 0:57 | history | answered | mpflaga | CC BY-SA 3.0 |