Software Problems: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* [[C++ is not Java]] - C++ can be harsh for people used to Java. Especially memory handling holds a number of surprises. | * [[C++ is not Java]] - C++ can be harsh for people used to Java. Especially memory handling holds a number of surprises. | ||
* [[Memory Usage]] - The Arduino is small and powerful - and it all needs to fit in 32kB of flash and 2kB of RAM. | |||
* [[SoftwareSerial]] - Sounds great, causes frustration. Emulation thing that need to happen fast has limits. | |||
[[IoT with AME|Home]] | [[IoT with AME|Home]] | ||
__NOTOC__ | __NOTOC__ |
Revision as of 23:15, 14 June 2018
Software Problems
- C++ is not Java - C++ can be harsh for people used to Java. Especially memory handling holds a number of surprises.
- Memory Usage - The Arduino is small and powerful - and it all needs to fit in 32kB of flash and 2kB of RAM.
- SoftwareSerial - Sounds great, causes frustration. Emulation thing that need to happen fast has limits.